getDMEAN(x, interp=c("linear", "spline", "ksmooth", "smoothSpl"))
## S3 method for class 'DVHs':
getDMEAN(x, interp=c("linear", "spline", "ksmooth", "smoothSpl"))
## S3 method for class 'DVHLst':
getDMEAN(x, interp=c("linear", "spline", "ksmooth", "smoothSpl"))
## S3 method for class 'DVHLstLst':
getDMEAN(x, interp=c("linear", "spline", "ksmooth", "smoothSpl"))
DVHs
, multiple DVHs from one patient with multiple structures (object of class DVHLst
), or multiple DVHs from many patients, each with multiple structures (object of class DVHLstLst
). See getMetric
,
approxfun
,
splinefun
,
smooth.spline
,
dpill
,
locpoly
getDMEAN(dataMZ[[1]], interp="linear")
Run the code above in your browser using DataLab