| RTdata-class | R Documentation |
"RTdata"A data structure containing a corresponding CT image, dose grid, and structure set
Objects can be created by calls of the form new("RTdata", name, CT, dose, structures, ...).
name:Name of the dataset (e.g. "Patient XX")
CT:Object of class "array" containing computed tomography (CT) image data in Houndsfield units
dose:Object of class "array" containing dose grid data (pre-calculated using a separate treatment planning system) with a "dose.units" attribute specifying the units of dose.
structures:Object of class "structure.list" containing the corresponding structure set, indexed to the CT and dose grid coordinate systems
Extract a given parameter from a RTdata object
Assign a value to a given parameter within a RTdata object
Extract dataset name from an RTdata object
Assign a name to an RTdata object
Display summary of RTdata object
Display summary of RTdata object
Reid F. Thompson (reid.thompson@gmail.com)
structure.list
showClass("RTdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.