Learn R Programming

DVHmetrics (version 0.3.1)

getDMEAN: DMEAN and other dose metrics

Description

Calculate DMEAN and other dose metrics from the (interpolated) differential DVH without relying on the values exported by the TPS.

Usage

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"))

Arguments

x
One DVH (object of class 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
interp
character. Method of interpolation between DVH points: Linear interpolation using approx, FMM spline interpolation using splinefun, l

Value

  • A data frame with the following value(s). [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

getMetric, approxfun, splinefun, smooth.spline, dpill, locpoly

Examples

Run this code
getDMEAN(dataMZ[[1]], interp="linear")

Run the code above in your browser using DataLab