Tagged Questions

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

learn more… | top users | synonyms

13
votes
1answer
547 views

Graph/lattice simplification

I'm working on data structure for graph cut algorithm. Problem is to make different cuts on shortest paths. I made data structure for which I'm not sure about properties. Input is directed graph of ...
13
votes
4answers
5k views

plotting two vectors of data on a GGPLOT2 scatter plot using R

I've been experimenting with both GGPLOT2 and lattice to graph panels of data. I'm having a little trouble wrapping my mind around the GGPLOT2 model. In particular, how do I plot a scatter plot with ...
12
votes
2answers
316 views

How to change points and add a regression to a cloudplot (using R)?

To make clear what I'm asking I've created an easy example. Step one is to create some data: gender <- factor(rep(c(1, 2), c(43, 41)), levels = c(1, 2),labels = c("male", "female")) numberofdrugs ...
9
votes
1answer
116 views

Is it possible to update a lattice panel in R?

The update method of trellis plots allows one to modify a lattice plot after the initial call. But the update behaviour is more like replace than append. This differs from the ggplot2 idiom where ...
9
votes
1answer
3k views

Lattice: multiple plots in one window?

I'm trying to put multiple lattice plots in one window using levelplot by setting par(mfrow=c(2,1)) but it seems to be ignoring this. Is there a particular function for setting multiple plots in ...
7
votes
2answers
351 views

Relationship between plotting packages in R

I am just starting out with R, and beginning to start producing charts. I am aware that there are at least three different plotting packages, the standard one, ggplot2 and lattice. Are these ...
7
votes
2answers
902 views

R: What are the pros and cons of using Lattice versus ggplot2?

R: What are the pros and cons of using Lattice versus ggplot2?
6
votes
1answer
161 views

How do I specify different color ranges for different levels?

I am making a lattice levelplot from x and y factors that range from [0,1]: x y level ...
6
votes
3answers
566 views

Reproducing lattice dendrogram graph with ggplot2

Is this possible to reproduce this lattice plot with ggplot2? library(latticeExtra) data(mtcars) x <- t(as.matrix(scale(mtcars))) dd.row <- as.dendrogram(hclust(dist(x))) row.ord <- ...
6
votes
2answers
1k views

How to draw a chart with sorted horizontal error bars (sorted barcharts with error marks)?

I would like to plot means and standard errors as a horizontal barchart, and I want the mean sorted. I've found the way to plot horizontal sorted barcharts using lattice, but I do not know how to ...
5
votes
2answers
110 views

Can one use polygon() or equivalent in lattice and ggplot2 plots?

Is it possible to annotate lattice (or ggplot2) figures with elements created with polygon() (or elements created with a similar function) from the graphics library? I'm not too familiar with either ...
5
votes
3answers
141 views

Data structure for game Dots and Boxes

What would be a good data structure to represent the status of the game Dots and Boxes? I came up with using 2 matrices of boolean, for horizontal and vertical lines, but maybe there's a more elegant ...
5
votes
1answer
175 views

Find in a dynamic pythonic way the minimum elements in a partially ordered set

Let Os be a partially ordered set, and given any two objects O1 and O2 in Os, F(O1,O2) will return 1 if O1 is bigger than O2, -1 if O1 is smaller than O2, 2 if they are incomparable, and 0 if O1 is ...
5
votes
1answer
101 views

Selecting k sub-posets

I ran into the following algorithmic problem while experimenting with classification algorithms. Elements are classified into a polyhierarchy, what I understand to be a poset with a single root. I ...
5
votes
1answer
944 views

display values in stacked lattice barchart [R]

I want to display the values of a 100% bar for each part of it. Unfortunately I don't know how to do it. The graph should be in lattice because of the legend position (I tried it with ggplot2, but ...
4
votes
1answer
61 views

R: specifying color for different facets / panels in lattice

My data is as follows: grp = rep(1:2, each = 100) chr = c(rep(1:10, each = 10), rep(1:10, each = 10)) var = paste (grp, "chr", chr, sep = "") pos = (rep(1:10, 20)) yvar = rnorm(200) mydf = ...
4
votes
1answer
365 views

How to change the order of the panels in simple Lattice graphs

Hi I am using the following code to generate an xyplot using lattice xyplot(Rate~Weight|Temp, groups=Week, rate, pch=c(15,16,17,3), col=c("blue","red","green","purple"), as.table=TRUE, ...
4
votes
3answers
581 views

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 each associated with a value, let's call Z, which varies very irregularly ...
4
votes
1answer
371 views

How to preserve scale of rotated lattice cloud scatter plot?

Background: I am trying to animate a rotating 3D scatter plot using R's lattice::cloud() function. I create a sequence of PNG images in R, then create an animated GIF from the sequence. The problem ...
4
votes
1answer
157 views

Can I use shingles from lattice in ggplot2 in R

It is possible to use the shingles to define specific ranges in ggplot2. As far as i understand shingles are a way to generate groups. Can we create such shingles and use them in ggplot2 facet_grid ...
4
votes
4answers
3k views

R: how to change lattice (levelplot) color theme?

The default theme on my installation is something which maps the values to pink and cyan. How to change it for example to a gray scale theme?
4
votes
3answers
1k views

add labels to lattice barchart

I would like to place the value for each bar in barchart (lattice) at the top of each bar. However, I cannot find any option with which I can achieve this. I can only find options for the axis.
4
votes
4answers
488 views

Set rank of array at runtime

I was wondering what the simplest way would be to implement an array who's rank is specified at runtime. The example I am working on stores a array of boolean values for lattice points, and I want ...
4
votes
2answers
2k views

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 like to plot the regression predicted values as a nice 3D surface ...
4
votes
1answer
472 views

Controlling the number of panels in a lattice plot with R

How do I limit the number of panels shown on a single page using lattice? I am graphing the results of a regression for multiple states and putting 50 of these on a single page makes them unreadable. ...
3
votes
2answers
57 views

plotting regression line in with lattice

I'm having a bit of a trouble here, please help me. I have this data set.seed(4) mydata <- data.frame(var = rnorm(100), temp = rnorm(100), subj = ...
3
votes
1answer
51 views

change background and text of strips associated to muliple panels in R / lattice

The following is the example I work on. require(lattice) data(barley) xyplot(yield ~ year | site, data = barley) I want to put different strip color for different sprips and font color is also ...
3
votes
2answers
183 views

R levelplot, non-continuous latitude and longitude values

I have data-set represented as latitude-longitude and a VALUE(named "class") associated with each latitude-longitude pair, which i want to represent as using levelplot() or contourplot() under the ...
3
votes
1answer
99 views

Convert units from npc to native using grid in R

The core of my problem: I'm attempting to convert npc units to native units using the grid package's convertUnit, convertX and convertY functions. (npc=normalized parent coordinates, possibly known ...
3
votes
1answer
193 views

rotating the grid to plot horizontal errors bars with Hmisc::xYplot in R

I'm using xYplot to plot my regressions results with error bars. However, xYplot only plots horizontal error bars, and I need vertical error bars. Looking around for a solution, I found this thread ...
3
votes
2answers
356 views

R: How to change the text of strips in R's lattice xyplot

I am trying to use the function histogram to plot the density of some data. A sample format of data is as follows: library(lattice) index<-c(1,1,1,2,2,2,2) freq<-c(3,4,6,3,6,2,2) ...
3
votes
1answer
859 views

add legend in a histogram (lattice)

I am new in R programming and I would like to make a histogram about sex and the correspondent jobs. The problem I have is that I can't add a legend in the diagram. Also, I would like on the top of ...
3
votes
1answer
820 views

How do I control panel order in xyplot()?

R determines panel order in xyplot() by alphabetic order (for strings), or level order (for factors). I have dates as text which I would like to display in chronological order, rather than ...
3
votes
1answer
185 views

Limit lattice plots to viewports?

I would like to fit a whole lattice plot in a small region of an existing plot. xyplot(decrease ~ treatment, OrchardSprays, groups = rowpos, type = "a") pushViewport(viewport(.2, .7, .2, .2)) ...
3
votes
2answers
516 views

Utilise Surv object in ggplot or lattice

Anyone know how to take advantage of ggplot or lattice in doing survival analysis? It would be nice to do trellis/facet like survival graphs. So in the end I played around and sort of found a ...
2
votes
0answers
36 views

How to reverse only one y-axis in xyplot of zoo object

I am having some trouble in creating a xyplot of a zoo object. I have created a simplified example: z <- zoo(cbind(a=1:4,b=11:14,c=10:13,d=5:8,e=10:7,f=1:4), 1991:1994) I am using the following ...
2
votes
1answer
85 views

Make points “look” under surface in R using lattice and wireframe

I've been working on a rather complicated chart in R. I have a wireframe with a surface and points distributed in X,Y,Z space all over (e.g. under the surface and over it). The problem is that the ...
2
votes
1answer
58 views

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 a dataframe like this: set.seed(3) mydata <- data.frame(var = rnorm(100,20,1), ...
2
votes
2answers
64 views

How to incorporate updated line colours into legend of a plot in R using lattice?

Context and Question: I want to add a legend to a lattice plot in R that shows the density of two groups. I've changed the default colours to black and gray. However, the legend has not updated the ...
2
votes
3answers
90 views

Large filesize of PDF output from spplot

Using a truncated shapefile and some data that I have added, I have created a colored map using spplot. However, when I export the created graph as a PDF, the filesize is very large and so is the ...
2
votes
1answer
117 views

Split up plot axis labels on multiple lines

I have the following graph produced in R: On the Y axis I have the protein name along with the file name ending in .pdb. How do I make the protein name on one line and the file name on the next ...
2
votes
1answer
92 views

Vertical box-percentile plot with Lattice & panel.bpplot

I am drawing box-percentile plots in R, using the box-percentile panel function from Hmisc (panel.bpplot) with bwplot from lattice. I have a numeric vector (Length), and would like to show its ...
2
votes
2answers
108 views

How to plot two lines by factor in a trellis graph?

Define: df <- data.frame( line1 = rep(seq(1,5,by=1),2), line2 = rep(seq(2,6,by=1),2), index = rep(seq(1,5,by=1),2), factor=rep(c("a","b"),each=5)) where line1 ...
2
votes
1answer
126 views

Creating a loop to print selected panels from a Lattice graph in independent pages

I have generated the following plot in lattice and latticeExtra using library(lattice) library(latticeExtra) rate$Temp <- as.character(rate$Temp) rate$Week <- as.character(rate$Week) rate$Rep ...
2
votes
2answers
181 views

How to change plotting characters in Lattice

I am trying to change the kind of characters used by lattice in an xyplot using the following data > rate Temp Rep Ind Week Weight Rate 1 9 1 B 1 2.6713 0.254 2 9 1 ...
2
votes
2answers
172 views

How to set ylim for a xyplot of a zoo object (lattice)

I have a zoo object that looks like this: z <- structure(c(6, 11, 3.6, 8.4, 8.9, 0, NA, 0.5, 7, NA, 9, NA), .Dim = c(6L, 2L), .Dimnames = list(NULL, c("2234", "2234.1")), index = ...
2
votes
1answer
127 views

Correct names on trellis of levelplots

I'm trying to generate a trellis of some levelplots. Now I got 2 issues. Here is some sampledata library(lattice) require(stats) attach(environmental) ozo.m <- loess((ozone^(1/3)) ~ wind * ...
2
votes
3answers
318 views

Roman italic labels in r

I have a very simple script: sens = read.table("Myfile.txt") library(lattice) contourplot(sens$V1 ~ sens$V2+sens$V3,data=d3,xlab="U",ylab=expression(kappa)) I have been trying to get my labels in ...
2
votes
1answer
109 views

Arbitrarily re-ordering histogram columns in R

I would like to know how I can re-order the columns of a histogram in a way that makes sense to my data. This example illustrates what I'm trying to do. I have this data in a file: blue low blue ...
2
votes
2answers
203 views

Controlling z labels in contourplot

I am trying to control how many z labels should be written in my contour plot plotted with contourplot() from the lattice library. I have 30 contour lines but I only want the first 5 to be labelled. I ...

1 2 3