Skip to content

Commit ddb7083

Browse files
committed
Export is.im3d
* was documented but not exported
1 parent 69c8c25 commit ddb7083

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ export(is.amiramesh)
225225
export(is.cmtkreg)
226226
export(is.dotprops)
227227
export(is.fijitraces)
228+
export(is.im3d)
228229
export(is.neuron)
229230
export(is.neuronlist)
230231
export(is.nrrd)

R/im3d.R

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ im3d<-function(x=numeric(0), dims=NULL, voxdims=NULL, origin=NULL,
7979
#' @param x Object to test
8080
#' @return logical
8181
#' @family im3d
82+
#' @export
8283
is.im3d<-function(x) inherits(x, 'im3d')
8384

8485
#' Convert a suitable object to an im3d object.

0 commit comments

Comments
 (0)