DVH.Dvolume: Function for extracting the D-Volume from cumulative DVH(s)

Description Usage Arguments Details Value Examples

View source: R/dvh_mod.R

Description

Function for calculating the value of D-Volume of a dvhmatrix object

Usage

1
DVH.Dvolume(dvh, Volume = 0.001)

Arguments

dvh

A dvhmatrix class object

Volume

Volume for calculating the D-Volume value(s). Default is 0.001, corresponding to about maximum dose delivered to the structure.

Details

D-Volume is, in a given Dose Volume Histogram, the value of the dose received by a given volume of the structure(s) of interest.

Value

A vector containing the value(s) of D-Volume(s).

Examples

1
2
3
## create a dvhmatrix class object
a<-DVH.generate(dvh.number = 100)
DVH.Dvolume(dvh = a, Volume = 0.5)

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