par.cnst.plot: Generate Pairwise Comparison Plots for PAR by ML

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
par.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: 
par.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.