DVH.Vdose: Function for extracting the V-Dose from cumulative DVH(s)

Description Usage Arguments Details Value Examples

View source: R/dvh_mod.R

Description

Function for calculating the value of V-Dose of a dvhmatrix object

Usage

1
DVH.Vdose(dvh, Dose)

Arguments

dvh

A dvhmatrix class object

Dose

The dose for calculating the V-Dose value(s)

Details

V-Dose is, in a given Dose Volume Histogram, the value of the volume of the structure receiving at least the chosen level of dose.

Value

A vector containing the value(s) of V-Dose(s).

Examples

1
2
3
## create a dvhmatrix class object
a<-DVH.generate(dvh.number = 100)
DVH.Vdose(dvh = a, Dose = 50)

kbolab/moddicom documentation built on Nov. 29, 2020, 9:11 p.m.