[R] Summary()

Dan Chan dchan at GFC.STATE.GA.US
Thu Mar 2 22:23:00 CET 2006


Hi,

I have a dataframe(FireDanger) that contains weather data (T, RH, WS,
etc) measured at 27 stations. I want to do a quantile summary for each
variable at each station.  

quantile(FireDanger$RH, probs=seq(0,1,0.1), na.rm=T)
summary(FireDanger) are close, but not quite.  

Is there a single command to get this done? 

Thank you.   

Daniel Chan
Meteorologist
Georgia Forestry Commission
P O Box 819
Macon, GA 
31202
Tel: 478-751-3508
Fax: 478-751-3465




More information about the R-help mailing list