zonogon-plot {zonohedra} | R Documentation |
plot a zonogon
Description
Plot a zonogon object, with many options.
Usage
## S3 method for class 'zonogon'
plot( x, orientation=TRUE, normals=FALSE, elabels=FALSE,
tiling=FALSE, tlabels=FALSE,
trans2=FALSE, trans2type='both', ... )
Arguments
x |
a zonogon object as returned by the constructor |
orientation |
if |
normals |
if |
elabels |
if |
tiling |
if |
tlabels |
if |
trans2 |
if |
trans2type |
which part of the 2-transition subcomplex to draw.
It can be |
... |
not used |
Details
A white dot is plotted at the center of the zonogon.
A suitable is title is added above the plot.
If the zonogon was returned from spherize.zonotope()
the string "[spherized]"
is added to the title.
Value
The function returns TRUE
; or FALSE
in case of error.
See Also
zonogon()
,
spherize.zonotope()