Displaying 2 results from an estimated 2 matches for "plotdat".
Did you mean:
plotdata
2005 Mar 17
1
Varying grid.rect in different panels of a Lattice plot
...Make up a short data set
library(lattice)
library(grid)
Lake <- rep(c("Crescent","Sorell"), each=13)
Spawning <- c("Y", rep("N",7), rep("Y",4), rep("N",8), rep("Y",5), "N")
Catch <- rpois(26, 30) # fake data
Plotdate <- rep(seq(as.Date("2000/10/1"), by="month", length=13),2)
trellis.device(theme=col.whitebg())
# panel function that doesn't quite work
myPanel <- function(x, y, ...) {
grid.rect(x=unit(Plotdate[Spawning == "Y"], "native"),
just="l...
2008 Jan 28
2
sub-plot in a plot
From: lamac_k em hotmail.comTo: r-help-request em r-project.orgSubject: sub-plot in a plotDate: Mon, 28 Jan 2008 15:43:40 +0000
Dear all, how can I do these sub-plots in a plot (see file attached) in R. Best regards.
Receba GR?TIS as mensagens do Messenger no seu celular quando voc? estiver offline. Conhe?a o MSN Mobile! Crie j? o seu!
________________________________________________...