Skip to content

Commit

Permalink
example fix: nuclei_aug2021ver2 has been retired
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 1, 2024
1 parent d1672b5 commit 6884524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions R/cave.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
#' @seealso \code{\link[fafbseg]{flywire_cave_query}}
#' @examples
#' \donttest{
#' nuclei_aug2021ver2=fanc_cave_query(table = "nuclei_aug2021ver2")
#' #nucleus_mar2022=fanc_cave_query(table = "nucleus_mar2022")
#' neuron_somas_dec2022=fanc_cave_query(table = "neuron_somas_dec2022")
#' head(neuron_somas_dec2022)
#' hist(neuron_somas_dec2022$volume)
#' hist(neuron_somas_dec2022$volume^(1/3))
#' }
#' \dontrun{
#' points3d(xyzmatrix(nuclei_aug2021ver2$pt_position))
#' points3d(fanc_raw2nm(neuron_somas_dec2022$pt_position), col='red')
#' }
fanc_cave_query <- function(table, datastack_name = NULL, live=TRUE, ...) {
if(is.null(datastack_name)) datastack_name=fanc_datastack_name()
Expand Down
5 changes: 3 additions & 2 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 6884524

Please sign in to comment.