Displaying 3 results from an estimated 3 matches for "eggs2".
Did you mean:
eggs
2005 Jul 28
2
lattice/ grid.layout/ multiple graphs per page
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I have a set of lattice plots, and want to plot 4 of them on the page.
I am having trouble with the layout.
grid.newpage()
pushViewport(viewport(layout = grid.layout(2,2)))
pushviewport(viewport(layout.pos.col = 1, layout.pos.row = 1))
working trellis
2005 Mar 16
0
Fixed/ trellis/ panel.superpose/ passing in superscripts/ groups
...nd(mn.ts.e.2002,year)
mn.ts.e.both <- rbind(year.2001, year.2002)
#browser()
###trellis plot
## define conditioning interval
int <- matrix(c(0,2,3,4,5,8,9,16,17,32,33,64), ncol=2, byrow=TRUE)
egg.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Eggs, intervals = int)
##larvae.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Larv, intervals =
int)
## define plot structure
out1 <- xyplot(mn.t ~ mn.s | egg.counts,
data = mn.ts.e.both,
groups = year,
xlim = c(35,38),...
2005 Mar 15
0
trellis/ panel.superpose/ passing in superscripts/ groups
...h <- rbind(year.2001, year.2002)
#browser()
###trellis plot
##int <- matrix(c(0,5,6,10,11,20,21,40,41,80,81,160), ncol=2,
byrow=TRUE)
int <- matrix(c(0,2,3,4,5,8,9,16,17,32,33,64), ncol=2, byrow=TRUE)
egg.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Eggs, intervals = int)
larvae.counts <- shingle(mn.ts.e.both$eggs2.Pilch.Larv, intervals = int)
out1 <- xyplot(mn.t ~ mn.s | egg.counts,
data = mn.ts.e.both,
#groups = year,
xlim = c(35,38), yli...