Displaying 1 result from an estimated 1 matches for "lengthf".
Did you mean:
length
2008 Jul 01
2
Graph Order in xyplot
I have constructed a Trellis style xyplot.
lengthf <- factor(length)
xyplot(SLI$velocity ~ SLI$width | SLI$lengthf, layout = c(2,7), xlab =
"Width (cm)", ylab = "Velocity (m/s^2)", col = "black")
This produces a lovely little plot. However, the grouping factor(lengthf)
isn't in the right order. My values range...