Skip to content

Commit

Permalink
F -> FALSE in example
Browse files Browse the repository at this point in the history
no error because was marked dontrun
  • Loading branch information
jefferis committed Apr 5, 2020
1 parent 39aab9d commit 987eba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ neuprint_ROIs <- function(superLevel = FALSE, dataset = NULL, fromNeuronFields=
#'
#' \dontrun{
#' # read in all the MB meshes
#' mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = F)
#' mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = FALSE)
#' # 3D plot in different colours
#' mapply(shade3d, mbmeshes, col=rainbow(length(mbmeshes)))
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/neuprint_ROI_hierarchy.Rd

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

0 comments on commit 987eba1

Please sign in to comment.