View source: R/vois-functions.R
| get.vois | R Documentation |
Get the VOIs (vois object) from a plan object.
get.vois(plan, input = FALSE)
plan |
The |
input |
Return the input vois (if exists). |
The vois object is similar (but different) to the values object.
the vois object (or a list of vois objects); The vois object is a list consisting of
values |
3D "character" array (logical strings such as "10010110") |
vois |
vector of VOI names |
x |
vector of x coordinates |
y |
vector of y coordinates |
z |
vector of z coordinates |
Nx |
number of voxels along x |
Ny |
number of voxels along y |
Nz |
number of voxels along z |
Nv |
number of VOIs |
file |
reference file |
Other VOIs: add.vois,
create.vois.from.logical.array,
create.vois, get.subset.vois,
get.voi.logical,
get.voiindex, is.in.voi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.