lattice is a package that forms part of base R and allows the creation of trellis-type graphics.
I have a nice surface that represents nonlinear multi-part regression results on a regression with two independent variables. I would …
r lattice wireframeI have a matrix data here, and I visualized it with levelplot. The Plot is placed below. But I just …
r visualization data-visualization latticeDoes anybody know of a general way to embed plots into other plots to produce something like the mockup below? …
r plot latticeThis question explains how to add grids at specific points for a lattice plot (i.e. the equivalent of two …
r latticeI want to superpose multiple groups on a single panel in lattice, and want independent regression lines. It is fairly …
r latticeHow can I go about removing the box around an xyplot, while keeping the axis scale tick marks? In the …
r axis latticeI have a dataframe ("data") with 7 columns (2 Factor, 5 num). The first column is containing the names of 7 different countries and …
r plot ggplot2 scatter-plot lattice