DVH.relative: Converts absolute 'dvhmatrix' class objects to relative

Description Usage Arguments Value Examples

View source: R/dvh_mod.R

Description

Function that converts an object of dvhmatrix class where DVH are stored in absoulte mode into another dvhmatrix class object where DVH are stored in relative mode.

Usage

1

Arguments

dvh

A dvhmatrix class object

Value

A dvhmatrix class object.

Examples

1
2
3
## generate a dataset of absolute DVHs
a<-DVH.generate(dvh.number = 10, vol.distr = "absolute")
b<-DVH.relative(dvh = a)

robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.