panel
in help(trellis.args)
, and also llines
for a collection
of functions meant to ease the conversion). As of now, this implementation is very much incomplete; however, what has been implemented should be useful. (Note that there are no plans to implement the 3D display functions in the immediate future).
This implementation depends heavily on a new Graphics engine (Grid) for R being developed by Paul Murrell.
Type library(help = lattice)
to see a list of (public)
Lattice graphics functions.
trellis.args
. To learn how to customise the Graphical parameters used by the Lattice
functions, see trellis.settings
.
To learn how to initialise new devices or change the settings of the
current device, see trellis.device
To learn about sophisticated (non-default) printing capabilities, see
print.trellis
.
Here is a list of `high level' functions in the Lattice library with a brief description of what they do:
Univariate:
barchart
bar plots
bwplot
box and whisker plots
densityplot
kernel density plots
dotplot
dot plots
histogram
histograms
qqmath
quantile plots against mathematical distributions
stripplot
1-dimensional scatterplot
Bivariate:
qq
q-q plot for comparing two distributions
xyplot
scatter plot (and possibly a lot more)
Trivariate:
levelplot
level plots (image plots in R)
Hypervariate:
splom
scatterplot matrix
parallel
parallel coordinate plots
Miscellaneous:
rfs
residual and fitted value plot (also see
oneway
)
See llines
if you need to write/port nontrivial panel
functions.