structure.list-class | R Documentation |
"structure.list"
A data structure containing one or more 3D structure (structure3D
) objects
Objects can be created by calls of the form new("structure.list", structures, ...)
.
structures
:List of structure3D
objects
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
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"
.
Combine two or more structure lists and/or structure3D
objects
Apply function to a list of structure3D
objects
Extract number of structure3D
objects in structure list
Extract structure names for structure3D
objects in structure list
Assign structure name(s) to one or more structure3D
objects in structure list
Display summary of structure list
Compute the range (minimum and maximum coordinates) containing all structure3D
ojbects in structure list
Return a structure list whose structure3D
objects are in reverse order
Display summary of structure list
Reid F. Thompson (reid.thompson@gmail.com)
structure3D
# Description of structure/slots in class
showClass("structure.list")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.