llines {lattice} | R Documentation |
These functions are intended to replace some commonly used base R graphics functions in panel functions.
larrows(x0, y0, x1, y1, proportion, ...) llines(x, ...) lplot.xy(xy, ...) lpoints(x, ...) lsegments(x0, y0, x1, y1, ...) ltext(x, ...)
x, y, x0, y0, x1, y1, xy |
locations |
proportion |
The proportion of the arrow edges compared to
the whole line. This is different from arrows |
... |
other arguments |
These functions are meant to be grid replacements of the corresponding base R graphics functions, to allow existing Trellis code to be used with minimal modification.
See the documentation of the base functions for usage. Not all
arguments are always supported. These all correspond to the default
methods only. In particular, larrows
does not draw arrows.
Deepayan Sarkar deepayan@stat.wisc.edu
points
, lines
,
text
, segments
,
Lattice