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
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
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
3 matches
Mail list logo