gap.vis: Generate Data Product Gap Visualization

Description Usage Arguments Value Author(s) See Also Examples

Description

For a specified data product ID, this function will produce a visual representation of data and quality flag gaps for their period of record at a site.

Usage

1
gap.vis(site, bgn.month, end.month, dp.id, save.dir)

Arguments

site

A NEON TIS site

bgn.month

The fisrt month of data to examine for gaps.

end.month

The last month of data to examine for gaps.

dp.id

Parameter of class character. The NEON data product code of the data product of interest.

save.dir

The directory to write data files to.

Value

Writes a PNG showing the starts and ends of gaps, by ML and gap type

Author(s)

Robert Lee rlee@battelleecology.org

See Also

gap.find, gap.report

Examples

1
2
3
4
5
6
## Not run: 
# For 2d Wind, save files to the current working directory:
gap.vis(site="CPER", dp.id = "DP1.00001.001",
 bgn.month="2017-07", end.month="2017-07", save.dir = getwd())

## End(Not run)

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