Skip to content

Wind roses

3 messages · Matt Pocernich, Uwe Ligges, Martin Maechler

#
Are there any R function or packages that generate wind roses?  These are 
``star''-like plots that summarize the frequency, direction and magnigude 
of windspeeds.

Thanks,

Matt
#
Matt Pocernich wrote:
Maybe rose.diag() in package CircStats helps.

Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
MattP> Are there any R function or packages that generate
    MattP> wind roses?  These are ``star''-like plots that
    MattP> summarize the frequency, direction and magnigude of
    MattP> windspeeds.
gives a few hits, among them "stars"

help(stars)
##  par(ask =TRUE) ; example(stars)

shows you more.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._