search for: sklong

Displaying 1 result from an estimated 1 matches for "sklong".

Did you mean: klong
2012 May 03
1
bwplot: using a numeric variable to position boxplots
...of year. # better variable labels -- how to incorporate these in the strip labels? vlab <- c("maxBreadth", "basibHeight", "basialLength", "nasalHeight") library(lattice) library(reshape2) Skulls$year <- rep(c(-4000, -3300, -1850, -200, 150), each=30) sklong <- melt(Skulls, id=c("epoch", "year")) bwplot(value ~ epoch | variable, data=sklong, scales="free", ylab="Variable value", xlab="Epoch", panel = function(x,y, ...) { panel.bwplot(x, y, ...) panel.linejoin(x,y, co...