Skip to content
Prev 255780 / 398506 Next

zoo:rollapply by multiple grouping factors

Thank you very much Gabor!  It looks like that's gonna work 
wonderfully.  I didn't even know 'ave' existed.

For others out there:  I only needed to add a comma:   dat[,c("Site", 
"Plot", "Sp")]

Small follow up Q:  Is there any reason to use 'aggregate' vs. 'ave' in 
general?

-mark
On 4/3/11 3:27 PM, Gabor Grothendieck wrote: