Displaying 1 result from an estimated 1 matches for "ir_id".
Did you mean:
irq_id
2009 May 05
1
setting trellis auto.key color values
...u can point me to the
pages that explain this I'd appreciate that too
> graph.sets <- list(axis.text = list(cex = 0.65),
par.ylab.text = list(cex = 1.25),
par.xlab.text = list(cex = 1.25))
> barchart(gator_IR$MEAN ~ gator_IR$Hydro |
as.factor(gator_IR$IR_ID),layout=c(4,1),col = c(3:5),
groups=gator_IR$Rain, ylim=c(0,1), par.settings =
graph.sets,
main = "Alligator Nesting Performance", ylab= "Mean HSI",
auto.key = list("top", columns=3, col=c(3:5))
this script creates t...