[R] order of effects plot panels

2009-08-25 Thread mcobb_berkeley
I can't figure out how to customize the order of the panels for effects plots. Any help would be appreciated. Here's my code: library(effects) lm.hour3eff<-allEffects(lm.hour3, xlevels=list(road=c(0, 1000, 2000, 3000), trail=c(0, 1000, 2000, 3000))) plot(lm.hour3eff,"road:trail", xlab="Trail

[R] Adjusting x/y text labels for a bwplot using cex.lab

2009-07-21 Thread mcobb_berkeley
Searched for this and found some help, but I still can't figure it out. I have trying to enlarge the x and y labels on my box plot. I understand that you can do this using "cex.lab", but it does not seem to be working for me. I must be adding it in the wrong spot. Any help would be greatly ap

Re: [R] Adjusting x/y text labels for a bwplot using cex.lab

2009-07-21 Thread mcobb_berkeley
Figured it out --- FYI: bwplot(hr~Herd, data=telemetry, notch=T, ylab=list("Home Range Area (ha)", cex=1.5), xlab=list("Herd", cex=1.5), par.settings = list(plot.symbol = list(col = "black"),box.umbrella = list(col ="black"), box.rectangle=list(col="b