Skip to content

Commit

Permalink
donttest example depending on suggested package
Browse files Browse the repository at this point in the history
* NB the pointsinside function will internally check if suggested Rvcg package is available
  • Loading branch information
jefferis committed Feb 6, 2020
1 parent 235278a commit 2fde535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/hxsurf.R
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ NULL
#' @param ... additional arguments for methods, eventually passed to as.mesh3d.
#' @export
#' @examples
#' \donttest{
#' # check if the vertices in these neurons are inside the mushroom body calyx
#' # surface object
#' inout=pointsinside(kcs20, surf=subset(MBL.surf, "MB_CA_L"))
Expand All @@ -449,7 +450,7 @@ NULL
#' MBCAL=subset(MBL.surf, "MB_CA_L")
#' inout5=pointsinside(kcs20, surf=MBCAL, rval='distance') > -5
#' table(inout5)
#' \donttest{
#'
#' # show which points are in or out
#' # Hmm seems like there are a few red points in the vertical lobe
#' # that are well outside the calyx
Expand Down
3 changes: 2 additions & 1 deletion man/pointsinside.Rd

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

0 comments on commit 2fde535

Please sign in to comment.