air.temp.plot: Air Temperature Plot

Description Usage Arguments Value Author(s) Examples

Description

Plots and saves all temperature measurements at a site for a given date range.

Usage

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

Arguments

bgn.month

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

end.month

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

site

The NEON TIS site to generate plots for.

save.dir

Directory where plots should be written.

Value

A data frame with data collected between bgn.time and end.time.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

1
2
3
4
5
6
## Not run: 
save.dir=getwd()
bgn.month<-"2016-01"
end.month<-"2016-04"

## End(Not run)

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