Displaying 1 result from an estimated 1 matches for "w2277550025ed688aae0c91dc850".
2009 Apr 07
1
Lattice Groups
Hi all,
I'm trying to achieve a few things using the lattice package but am failing miserably.
I am plotting side by side box plots and using a grouping variable, e.g.
cols <- c("Sepal.Width", "Petal.Length", "Petal.Width")
stackedData <- stack(iris[, cols])
df <- data.frame(y = stackedData$values, x = rep(iris$Species, 3), which = gl(3,