zonotope-getters | R Documentation |
get some important members of a zonotope
## S3 method for class 'zonotope'
getmatrix( x )
## S3 method for class 'zonotope'
getmatroid( x )
## S3 method for class 'zonotope'
getcenter( x )
x |
a zonotope object - a zonohedron, a zonogon, or a zonoseg |
getmatrix()
returns the matrix originally used to construct
the zonotope x
.
getmatroid()
returns the matroid (possibly nonsimple)
constructed from the matrix
getcenter()
returns the center of the zonotope;
which is also the center of radial symmetry.
If x
is an object-color solid, the center corresponds
to the 50% graypoint. For the whitepoint multiply by 2.
zonohedron()
,
zonogon()
,
zonoseg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.