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/RadAgent documentation built on June 30, 2018, 12:02 a.m.