DVH.mean: mean of DVHs

Description Usage Arguments Value Examples

View source: R/dvh_mod.R

Description

Function that gives the value of the mean dose of a dvhmatrix class object

Usage

1
DVH.mean(dvh)

Arguments

dvh

A dvhmatrix object

Value

a vector with the means of doses in the dvhmatrix object

Examples

1
2
3
## generate a dataset of DVHs
a<-DVH.generate(dvh.number = 100)
m<-DVH.mean(a)

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