Top "Lattice" questions

lattice is a package that forms part of base R and allows the creation of trellis-type graphics.

Plotting a wireframe AND a cloud with lattice in R

I have a nice surface that represents nonlinear multi-part regression results on a regression with two independent variables. I would …

r lattice wireframe
How to show matrix values on Levelplot

I have a matrix data here, and I visualized it with levelplot. The Plot is placed below. But I just …

r visualization data-visualization lattice
Embedding a miniature plot within a plot

Does anybody know of a general way to embed plots into other plots to produce something like the mockup below? …

r plot lattice
how to add a general grid to a lattice xy.plot

This question explains how to add grids at specific points for a lattice plot (i.e. the equivalent of two …

r lattice
Superposed xyplot Panels with Grouped Regression Lines

I want to superpose multiple groups on a single panel in lattice, and want independent regression lines. It is fairly …

r lattice
Merging or overlaying xyplots in a lattice panel

Trying to figure out how to add points or a data series to an existing lattice panel once it's been …

r merge overlay panel lattice
Controlling axis ticks and axis lines separately on R lattice xyplot

How can I go about removing the box around an xyplot, while keeping the axis scale tick marks? In the …

r axis lattice
r: Plotting each column against each column

I 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