search for: wt_depth

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

Did you mean: at_depth
2010 Feb 10
0
boxplot label cleanup
...ata.frame(date=dates,my.dat) detach(my.dat) daterange=c(as.POSIXlt(min(my.dat$date)),as.POSIXlt(max(my.dat$date))) rm(dates) attach(my.dat) cropped=subset(my.dat,Classification==5) natveg=subset(my.dat,Classification==7) > cropped[c(1,2,3),] #Example data date Cell_ID Classification WT_Depth Frac_ET_Satsfd 94 1999-04-08 4395 5 1.572998 0.7596927 95 1999-04-08 4396 5 1.923096 0.7588058 101 1999-04-08 4403 5 2.290039 0.7911426 month.year <- function (x) {12*(as.POSIXlt(x)$year-99)+as.POSIXlt(x)$mon+1} month<-month.ye...