Oliver Bandel wrote:
Hello,
are there people outside who use R for analysis of wind-measurement data
(meteorological or for planning of wind power stations)?
Are there already scripts/modules available for analysing and
displaying/plotting wind data in the way it is done in projection/planning
of wind power stations?
If not, would it be of interest to use R for this, and therefore
adapt data-logger output to R (by providing certain data formats)
or by providing R-modules for parsing of the data-logger files?
Or would that better be done by connection to a RDBMS?
Hi Oliver,
If a wind rose diagram would be any help:
plot.windrose (oce)
oz.windrose(plotrix)
windrose (circular)
rosavent (climatol)
rose (IPDmisc)
and perhaps some others as well.
Jim
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.