Skip to content

Commit

Permalink
fix example: nuclei_aug2021ver2 no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Sep 16, 2023
1 parent 6d756ea commit b995667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/cave.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' @examples
#' \donttest{
#' nuclei_aug2021ver2=fanc_cave_query(table = "nuclei_aug2021ver2")
#' head(nuclei_aug2021ver2)
#' hist(nuclei_aug2021ver2$volume)
#' hist(nuclei_aug2021ver2$volume^(1/3))
#' head(neuron_somas_dec2022)
#' hist(neuron_somas_dec2022$volume)
#' hist(neuron_somas_dec2022$volume^(1/3))
#' }
#' \dontrun{
#' points3d(xyzmatrix(nuclei_aug2021ver2$pt_position))
Expand Down
6 changes: 3 additions & 3 deletions man/fanc_cave_query.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b995667

Please sign in to comment.