4.9.loa.shapes | R Documentation |
Simple shapes.
loaPolygon(x, y, z=NULL, rot=NULL, ...,
polygon = NULL, loa.scale = NULL)
loaCircle(..., polygon = NULL, radius = 1)
loaPieSegment(..., polygon = NULL, start = 0,
angle=360, radius = 1, center=TRUE)
x , y |
The |
z |
If supplied a |
rot |
The angle to rotate the polygon by before drawing it. |
... |
Any additional arguments, usually passed on. |
polygon |
A list with elements |
loa.scale |
A list of parameters that can be used to fine-tune the
|
radius |
The radius to used when drawing either circles or pie segments. |
start , angle |
When drawing pie segments, |
center |
Should the segement begin and end at the center? |
loaPolygon
is a general function for drawing polygons. It is
intended as an alternative to lpolygon
, and other standard
loa...
shapes are typically wrappers for this function.
loaCircle
draws a circle with an origin at (x
, y
).
loaPieSegment
draws a pie segment (or slice of cake) shape. It
is typically used as building block for pie plots and other similar
glyph structures.
All these functions generate simple shapes and are intended to be run
within panel...
functions as building blocks for more complex
glyph type structures.
Karl Ropkins
These functions make extensive use of code developed by others.
lattice: Sarkar, Deepayan (2008) Lattice: Multivariate Data Visualization with R. Springer, New York. ISBN 978-0-387-75968-5
In other packages: See lrect
, and similar, in lattice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.