search for: growthvertical

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

2005 May 26
1
aggregate and stack
...0,64,68,72,76,81,85,89,93,97,101,105,109,113,117,121,125,129,133,137, 141,145,149,153,157,161,165,169,173,177,181,185,189,194,197,201,205,209,213,217,221,225,229,233,237,241)], by=(growth[,c(3,8)]),MEAN,na.rm=TRUE) #after growth is calculated, I want to stack the results in just one colunm. >growthvertical <- c(growthresumo[,3],...,growthresumo[,50]) # this is very time consuming though >Parcel <- c("C9","S8"..."C9","S8") # 50 items >date < c("DATE1"...."DATE50") >growthpermonth <- data.frame(Parcel, Date, growthverti...