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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to