Skip to content

Commit

Permalink
Export is.im3d
Browse files Browse the repository at this point in the history
* was documented but not exported
  • Loading branch information
jefferis committed Jan 10, 2019
1 parent 69c8c25 commit ddb7083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export(is.amiramesh)
export(is.cmtkreg)
export(is.dotprops)
export(is.fijitraces)
export(is.im3d)
export(is.neuron)
export(is.neuronlist)
export(is.nrrd)
Expand Down
1 change: 1 addition & 0 deletions R/im3d.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ im3d<-function(x=numeric(0), dims=NULL, voxdims=NULL, origin=NULL,
#' @param x Object to test
#' @return logical
#' @family im3d
#' @export
is.im3d<-function(x) inherits(x, 'im3d')

#' Convert a suitable object to an im3d object.
Expand Down

0 comments on commit ddb7083

Please sign in to comment.