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/MV2 documentation built on May 17, 2021, 4:11 p.m.