Learn R Programming

RadOnc (version 1.0.5)

structure3D-class: Class "structure3D"

Description

A data structure containing 3D volumetric (structure3D) data and associated parameters for a single structure object

Arguments

Objects from the Class

Objects can be created by calls of the form new("structure3D", name, volume, volume.units, coordinate.units, vertices, origin, triangles, DVH).

See Also

DVH

Examples

Run this code
# Description of structure/slots in class
showClass("structure3D")
data(list="RadOnc", package="RadOnc")
plot(mandible)
points3d(range(mandible), col="red")

Run the code above in your browser using DataLab