structure.list-class: Class '"structure.list"'

structure.list-classR 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 structure3D objects

Methods

[

Extract subset of structure list (regular expressions may be specified if desired, see regex for more details)

[[

Extract single structure3D object from structure list

[[<-

Replace single structure3D object in structure list

$

Extract parameter(s) from structure3D objects within structure list

as.list

Convert a structure.list object to a list containing individual structure3D objects. Note that the reverse conversion can be performed using the as command and specifying class="structure.list".

c

Combine two or more structure lists and/or structure3D objects

lapply

Apply function to a list of structure3D objects

length

Extract number of structure3D objects in structure list

names

Extract structure names for structure3D objects in structure list

names<-

Assign structure name(s) to one or more structure3D objects in structure list

print

Display summary of structure list

range

Compute the range (minimum and maximum coordinates) containing all structure3D ojbects in structure list

rev

Return a structure list whose structure3D objects are in reverse order

show

Display summary of structure list

Author(s)

Reid F. Thompson (reid.thompson@gmail.com)

See Also

structure3D

Examples

# Description of structure/slots in class	
showClass("structure.list")

RadOnc documentation built on Oct. 5, 2022, 1:08 a.m.