Description Usage Arguments Value Examples
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.
1 | DVH.absolute(dvh)
|
dvh |
A |
A dvhmatrix class object.
1 2 3 | ## generate a dataset of relative DVHs
a<-DVH.generate(dvh.number = 10, vol.distr = "relative")
b<-DVH.absolute(dvh = a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.