Get some important zonogon metrics; some computation is used. Also print the data, and more.
# S3 method for zonogon
getmetrics( x )# S3 method for zonogon
print( x, ... )
getmetrics()
returns a list with these items:
the number of vertices
the sum of the lengths of the all edges
as a polygon
All of these are always positive.
print.zonogon()
returns TRUE
or FALSE
.
a zonogon object
not used
print.zonogon()
prints some basic information about the zonogon,
and the associated matroid.
zonogon()
,
getmetrics.zonohedron()