| structure.list-class {RadOnc} | R Documentation |
Class "structure.list"
Description
A data structure containing one or more 3D structure (structure3D) objects
Objects from the Class
Objects can be created by calls of the form new("structure.list", structures, ...).
Slots
structures:List of
structure3Dobjects
Methods
- [
Extract subset of structure list (regular expressions may be specified if desired, see
regexfor more details)- [[
Extract single
structure3Dobject from structure list- [[<-
Replace single
structure3Dobject in structure list- $
Extract parameter(s) from
structure3Dobjects within structure list- as.list
Convert a
structure.listobject to a list containing individualstructure3Dobjects. Note that the reverse conversion can be performed using theascommand and specifyingclass="structure.list".- c
Combine two or more structure lists and/or
structure3Dobjects- lapply
Apply function to a list of
structure3Dobjects- length
Extract number of
structure3Dobjects in structure list- names
Extract structure names for
structure3Dobjects in structure list- names<-
Assign structure name(s) to one or more
structure3Dobjects in structure listDisplay summary of structure list
- range
Compute the range (minimum and maximum coordinates) containing all
structure3Dojbects in structure list- rev
Return a structure list whose
structure3Dobjects are in reverse order- show
Display summary of structure list
Author(s)
Reid F. Thompson (reid.thompson@gmail.com)
See Also
Examples
# Description of structure/slots in class
showClass("structure.list")