get.vois: Get VOIs from plan

View source: R/vois-functions.R

get.voisR Documentation

Get VOIs from plan

Description

Get the VOIs (vois object) from a plan object.

Usage

get.vois(plan, input = FALSE)

Arguments

plan

The plan object or a list of plan objects.

input

Return the input vois (if exists).

Details

The vois object is similar (but different) to the values object.

Value

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

See Also

Other VOIs: add.vois, create.vois.from.logical.array, create.vois, get.subset.vois, get.voi.logical, get.voiindex, is.in.voi


planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.