wind.rose.plot: Create wind roses for NEON instrumented sites

Description Usage Arguments Value Author(s) Examples

Description

For a spceified site and time range, produce a wind rose plot. If the "ml" (measurement level) parameter is specified, a ggplot2 object for that measurement level is produced. Otherwise, a ggplot2 object of a faceted plot of all available measurement levels is returned.

Usage

1
wind.rose.plot(site, bgn.month, end.month, ml, speed.bins, dir.bins)

Arguments

site

NEON site to produce the wind rose plot.

bgn.month

The start month for wind data to plot.

end.month

The end month for wind data to plot.

ml

Optional. Used to specifiy what measurement level should be plotted.

speed.bins

Optional. The number of bins for wind speed to be plotted in.

dir.bins

Optional. The number of bins for wind directions to be plotted in.

Value

Outputs a ggplot2 object of the generated wind roses

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
CPER<-plot.wind.rose(site="CPER",
bgn.month="2017-01",
end.month="2017-02",
ml=2,
speed.bins=10,
dir.bins=36)

## End(Not run)

rhlee12/Noble documentation built on May 31, 2019, 10:36 a.m.