Tagged Questions
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 ...
9
votes
1answer
117 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 ...
7
votes
2answers
352 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
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
112 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 ...
4
votes
1answer
367 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
587 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
474 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
1answer
53 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
184 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
186 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))
...
2
votes
0answers
35 views
R - Change key colours in ancova (HH package)
I'm using the ancova() function in R (HH package) with a factor with more levels than the default 7 colours for lattice graphics.
This means that ancova() fails to plot some of my panels as it can't ...
2
votes
1answer
127 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
183 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
3answers
322 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
118 views
Split the plot for above and below parts for 3 factorial barploting
I need to barplot the above- and belowground biomass against 3 factors. For each biomass, I am able to plot it using the barchart from lattice, however, I have no idea as to plot two of them, ie, ...
1
vote
1answer
54 views
R: Levelplot gives extraneous whitespace when range of row.values and column.values is small
When using the levelplot (from lattice package) in R, I noticed that there is extra whitespace around the edges of the graph if the range of column.values and row.values is small (e.g range is less ...
1
vote
1answer
75 views
Creating boxplots in R using lattice for already proccessed data
I am trying to create a a boxplot in R of an extremely large data set. The file containing the data is 2.5G and crashes R if I try to import it. Fortunately some other piece of (python) software can ...
1
vote
2answers
47 views
How can I specify arguments by column numbers in bwplot?
This works.
ok <- function(data)
{
lattice:::bwplot(size ~ mxPH, data=data)
}
> ok(algae)
## no error
I'd like to specify size and mxPH by its column numbers. However, the following ...
1
vote
2answers
163 views
How to block a part of the level plot in R made using lattice package?
I have made a level plot in R of a variable using the lattice package. This grid corresponds to South Asia. I am only interested in viewing the values of this variable (aerosol optical depth) for ...
1
vote
3answers
433 views
Draw grid lines on specific values in xyplot
I have a xyplot and I want to draw grid lines on the 0 values.
How this can be done?
1
vote
1answer
431 views
ggplot2 plotmatrix - changing text labels
I'm using the plotmatrix function in ggplot2 (ggplot2_0.8.8) and would like to override the column names displayed from my dataframe, e.g.
plotmatrix(mtcars) + opts(strip.text.x = ...
1
vote
1answer
2k views
Saving dotplot to pdf in R
I am having trouble saving a dotplot to pdf when this command is done inside a function.
It works fine when called normally:
df <- data.frame(a = runif(10), b = runif(10), c = runif(10), x = ...
0
votes
1answer
151 views
R package lattice won't plot if run using source()
I started using the lattice graphic package but I stumbled into a problem. I hope somebody can help me out.
I want to plot a histogram using the corresponding function.
Here is the file foo.r:
...
0
votes
2answers
176 views
R question. Plotting a response for distinct combinations of 2 factors. Hopefully with 'histogram' from Lattice Package
Suppose I have a response variable (we'll call 'Y') and 2 factors (Factor A with levels A1 and A2, and Factor B with levels B1 and B2)
Can I use the 'histogram' function in the lattice package to ...
-1
votes
1answer
77 views
Changing the order of plotting levels in Latitice
I am trying to get a boxplot with a specific order of the levels that are being plotted.
Using the following data and code I generate the boxplot, but the order in which I need this is 6,12,15,18.
I ...