air.temp.cnst.plot: Generate Pairwise Comparison Plots for SAAT Measurements by...

Description Usage Arguments Value Author(s) Examples

Description

Produces PNG of air temperature consistency plots, in pairwise measurement levels. Plots are of temperature readings from ML-n versus readings from ML-n+1. The raw data used in the plot are not saved.

Usage

1
air.temp.cnst.plot(site, bgn.month, end.month, save.dir)

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.

Value

A PNG of level-by-level comparison plots in the specified save.dir.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
## Not run: 
air.temp.cnst.plot(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.