search for: clyo

Displaying 2 results from an estimated 2 matches for "clyo".

Did you mean: clo
2008 Jun 09
0
Two y-axes boxplot
...levels=c("Betty's Branch", "Stevens Creek", "North Augusta", "520", "Horse Creek", "Stan's", "Butler Creek","Downstream", "IP", "Vogtle", "301", "Clyo")) #Chloride d <- boxplot(Chloride~order, data=x, main="Chloride", ylab="mg/L", names=c("215", "SC", "202", "198", "HC", "190", "BC", "185", "179", "148", "119&...
2008 Jun 09
0
Boxplot custom axis
...Site), levels=c("Betty's Branch", "Stevens Creek", "North Augusta", "520", "Horse Creek", "Stan's", "place","Downstream", "IP", "Vogtle", "301", "Clyo")) #Chloride #add BC boxplot f <- boxplot(Chloride~order, data=e, names=c("","","","","","","","","","","",""), xaxt="n", yaxt="n") par(new=T) d <...