4.9.loa.shapes {loa} | R Documentation |
loa shapes
Description
Simple shapes.
Usage
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)
Arguments
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? |
Details
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.
Value
All these functions generate simple shapes and are intended to be run
within panel...
functions as building blocks for more complex
glyph type structures.
Author(s)
Karl Ropkins
References
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
See Also
In other packages: See lrect
, and similar, in lattice