Learn R Programming

RadOnc (version 1.0.5)

DVH.list-class: Class "DVH.list"

Description

A data structure containing one or more Dose-Volume Histogram (DVH) objects

Arguments

Objects from the Class

Objects can be created by calls of the form new("DVH.list", structures, ...).

See Also

DVH, plot

Examples

Run this code
# Description of structure/slots in class
showClass("DVH.list")
data(list="RadOnc", package="RadOnc")
print(johndoe)
plot(johndoe[c("LIVER", "PTV")], plot.type="i", col=c("red","blue"), lty=1:2, lwd=1:2)

Run the code above in your browser using DataLab