search for: cell_id

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

Did you mean: call_id
2012 Jun 26
1
Zero inflated: is there a limit to the level of inflation
...rid cell across the study area and calcuated a count value for each individual per season per year for each grid cell. The count value is the number of time an individual was present in each grid cell. For illustration my data columns look something like this and are repeated for each individual: Cell_ID Param1 Param2 Param3 Param4 COUNT Name Year Season Cov 1 160.565994 729.08 1503 7930.3 0 AA 2010 AUT Open 1 160.565994 729.08 1503 7930.3 22 AA 2011 SPR Open 1 160.565994 729.08 1503 7930.3 12 AA 2009 SUM Open 1 160.565994 729.08 1503 7930.3 0 AA 2010 SUM Open 2 169.427001 491.87 1503.31 5101.09 0...
2010 Feb 10
0
boxplot label cleanup
...t=my.dat[,2:5] my.dat=data.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)$m...