test.sites: Returns a list of sites where a given data product exists in...

Description Usage Arguments Value Author(s) See Also Examples

Description

For a given data product ID and the start and end months, a list of sites where the data product is has data is returned.

Usage

1
test.sites(dp.id, bgn.month, end.month)

Arguments

dp.id

Parameter of class character. The data product ID of interest, must be in code format, eg. "DP1.00001.001"

bgn.month

Parameter of class character. The start month of the sequence of interest.

end.month

Parameter of class character. The (inclusive) end month of the sequence of interest.

Value

A list of sites where the data product is available between the two input months.

Author(s)

Robert Lee rlee@battelleecology.org

See Also

neon.avail, which returns a data frame of data product availability by site and month.

Examples

1
2
3
4
## Not run: 
wind=test.sites(dpId="DP1.00001.001")

## End(Not run)

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