| zonogon-getmetrics | R Documentation |
Get some important zonogon metrics; some computation is used. Also print the data, and more.
## S3 method for class 'zonogon'
getmetrics( x )
## S3 method for class 'zonogon'
print( x, ... )
x |
a zonogon object |
... |
not used |
print.zonogon() prints some basic information about the zonogon,
and the associated matroid.
getmetrics() returns a list with these items:
vertices |
the number of vertices |
perimeter |
the sum of the lengths of the all edges |
area |
as a polygon |
All of these are always positive.
print.zonogon() returns TRUE or FALSE.
zonogon(),
getmetrics.zonohedron()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.