pull.n.plot: Returns PDF(s) of data for the specified site and data...

Description Usage Arguments Value Author(s) Examples

Description

For a specified data product ID, a data frame of the availabilty of that product for all NEON instrumented sites is returned. The output of data product availability is best interpreted with the base View() function.

Usage

1
2
pull.n.plot(sites.req, bgn.month, end.month, dp.id, save.dir, data.field,
  package)

Arguments

sites.req

The site, or character list of sites to return plots of.

bgn.month

The start month to plot data for.

end.month

The end month to plot data for.

dp.id

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

save.dir

The directory for data files and output PDFs to be saved to.

data.field

Optional. The name of the measurement vaiable to plot. Defaults to the 'core' measurement for most products.

package

Optional. The package type ("basic" or "expanded") to be downloaded.

Value

Outputs a a PDF of plots data on of all measurement levesl, with one PDF per site.

Author(s)

Cove Sturdevant

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
# for a variable, "test.dir", holding a valid file path:
pull.n.plot(bgn.month = "2017-04",
end.month = "2017-05",
dp.id = "DP1.00001.001",
sites.req = "BLAN",
save.dir = getwd(),
 data.field = "windDirMean")

## End(Not run)

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