View source: R/cmtk-reformat.R
cmtk.targetvolume | R Documentation |
cmtk.targetvolume.list
is designed to cope with any
user-defined class for which an as.im3d method exists. Presently the only
example in the nat.* ecosystem is
nat.templatebrains::as.im3d.templatebrain
.
cmtk.targetvolume(target, ...)
## S3 method for class 'im3d'
cmtk.targetvolume(target, ...)
## S3 method for class 'list'
cmtk.targetvolume(target, ...)
## Default S3 method:
cmtk.targetvolume(target, ...)
target |
A character vector specifying an image file on disk, an
|
... |
additional arguments passed to methods |
if the character vector specifies an amiramesh file, it will be
converted to a bare im3d
object and then to an appropriate
'–target-grid' specification.
a character vector specifying the full cmtk reformatx '–target' or '–target-grid' argument
## Not run:
# see https://github.com/jefferislab/nat.flybrains
library(nat.flybrains)
cmtk.targetvolume(FCWB)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.