[R] Controlling Order of Panels in Lattice Trellis Plots
Rich Shepard
rshepard at appl-ecosys.com
Fri Feb 22 20:29:43 CET 2013
On Fri, 22 Feb 2013, David Winsemius wrote:
> It appears these may be factors. No much in the way of code can be offered
> since you have provided none of hte requested details.
Yes, David, strip labels are factors. What sort of detail would you like
to see to advise me on how to specify the order of these factors?
Do you want a data set?
Here is an example command:
> xyplot(sb.d$quant ~ sb.d$sampdate | sb.d$site, ylim=range(sb.d$quant), xlim=range(sb.d$sampdate), main='Antimony By Time', ylab='Concentraion (mg/L)', xlab='Time')
Rich
More information about the R-help
mailing list