Top "Lattice" questions

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

How to label panels in lattice

here is a simple problem that surely you already come across, but is giving me a big headache... I have …

r lattice
creating a more continuous color palette in r, ggplot2, lattice, or latticeExtra

Warning.... very novice question follows: I am trying to plot a fairly regular distribution of several thousand (X,Y) points …

r colors plot ggplot2 lattice
R - Creating Scatter Plot from Data Frame

i've got a data frame all that look like this: http://pastebin.com/Xc1HEYyH Now I want to create …

r plot ggplot2 lattice scatter-plot
Change text on strips in lattice plots

how do I change the text displayed in the strips of lattice plots? example: suppose I have a data frame …

r lattice
How to change panel labels and x-axis sublabels in a lattice bwplot

I'm 2 weeks into using RStudio (MacOS) so please forgive me if I'm overlooking an obvious function that would solve my …

r labels lattice boxplot
How to change the size of label values in xyplot in R

I'm using xyplot in R to plot several lines (by group) on one graph: xyplot(y~x, type=c('l'), …

r lattice
How to make a ggplot2 contour plot analogue to lattice:filled.contour()?

I've been learning ggplot2, and hope to use it for all my R graphing. However, I've yet to find a …

r ggplot2 lattice
Dotplot with error bars, two series, light jitter

I have a collection of data over several studies. For each study I am interested about the mean of a …

r plot lattice confidence-interval
How do I extract ecdf values out of ecdfplot()

If I use the ecdfplot() function of the latticeExtra package how do I get the actual values calculated i.e. …

r extract extraction lattice ecdf