search for: clay_low

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

Did you mean: clay_lower
2005 Apr 01
1
Ordering scales in xYplot.Hmisc
...########## CODE ##################### library(Hmisc) ron <- read.csv("http://www.tc.umn.edu/~jahernan/ron.csv") ron #sapply(ron,class) ron$depth <- factor(ron$depth) levels(ron$depth) <- c("0-5", "5-10", "10-20") ron Dotplot(depth ~ Cbind(clay_mean,clay_lower,clay_upper) |land, data=ron, xlim=c(22,36), ylab="Soil Depth [cm]", xlab="Clay Content [%]", main=c("Clay Content by Soil Depth and Land Use. Rondonia, Brasil")) ################ CODE ##################### -- J...