Learn R Programming

RadOnc (version 1.0.5)

DVH-class: Class "DVH"

Description

A data structure containing Dose-Volume Histogram (DVH) data and associated parameters for a single structure

Arguments

Objects from the Class

Objects can be created by calls of the form new("DVH", patient, structure.name, structure.volume, type, dose.max, dose.min, dose.mean, dose.median, dose.mode, dose.STD, conf.index, equiv.sphere, gradient, dose.rx, dose.fx, doses, dose.type, dose.units, volumes, volume.type, ...).

See Also

DVH.list, read.DVH, plot

Examples

Run this code
# Description of structure/slots in class
showClass("DVH")

Run the code above in your browser using DataLab