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)

robertogattabs/MV2 documentation built on May 17, 2021, 4:11 p.m.