air.temp.dq.test: Test NEON Air Temperature data for Stability of Variance,...

Description Usage Arguments Value Author(s) Examples

Description

For the specified dates and site, the function will perform variance stability testing on overnight data (midnight to 4:00 local time), internal consistency checks on adjacent measurement locations, and external consistency checks with the closest NRCS or USCRN site.

Usage

1
air.temp.dq.test(site, bgn.month, end.month, save.dir)

Arguments

site

Parameter of class character. The NEON site data should be downloaded for.

bgn.month

Parameter of class character. The year-month (e.g. "2017-01") of the first month to get data for.

end.month

Parameter of class character. The year-month (e.g. "2017-01") of the last month to get data for.

save.dir

Parameter of class character. The local directory where data files should be saved.

Value

Writes data files to the specified directory.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
#Make a temporary direcotry for the example:
tempDir= tempdir()
pull.data(site = "CPER",
dp.id = "DP1.00002.001",
bgn.month = "2017-04",
end.month = "2017-05",
time.agr = 30,
package="basic",
save.dir= tempDir)

## End(Not run)

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