4.9.loa.shapes: loa shapes

4.9.loa.shapesR 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 x and y points at which to plot the requested shape.

z

If supplied a z term, most often used to set the size of the polygon.

rot

The angle to rotate the polygon by before drawing it.

...

Any additional arguments, usually passed on.

polygon

A list with elements x and y giving the polygon/shape to be plotted.

loa.scale

A list of parameters that can be used to fine-tune the polygon plotting.

radius

The radius to used when drawing either circles or pie segments.

start, angle

When drawing pie segments, angle the angle of of the segment and start point.

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


loa documentation built on Oct. 20, 2023, 5:09 p.m.