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

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 relative mode into another dvhmatrix class object where DVH are stored in absolute mode.

Usage

1

Arguments

dvh

A dvhmatrix class object

Value

A dvhmatrix class object.

Examples

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

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