wind.dir.hist: Plot 2D Wind Direction Histograms

Description Usage Arguments Value Author(s) Examples

Description

Produces a PNG of wind direction histograms for all valid levels TIS towers. Bins are color-coded by final QF state, and the approximate bounds of the distorted flow fields are shown as vertical lines.

Usage

1
wind.dir.hist(site, bgn.month, end.month, save.dir, dir.bins = 72)

Arguments

site

The 4-letter NEON site code.

bgn.month

The fisrt month of data to use in plotting.

end.month

The last month of data to use in plotting.

save.dir

The save directory for the output plot.

dir.bins

Optional. The number of bins in the histogram.

Value

A PNG of level-by-level wind direction histograms saved to save.dir.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
## Not run: 
plot.wind.dir.hist(site="CPER", bgn.month="2017-05", end.month="2017-05", save.dir=getwd())

## End(Not run)

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