Description Usage Arguments Value Examples
View source: R/monitor_getDailyMean.R
Calculates and returns daily means for a monitor. If either
startdate
or enddate
is NULL
, a single value is
returned for that date.
1 2 3 4 5 6 | monitor_getDailyMean(
ws_monitor,
monitorID = NULL,
startdate = NULL,
enddate = NULL
)
|
ws_monitor |
ws_monitor object |
monitorID |
monitor ID of interest |
startdate |
desired start date (integer or character in Ymd format
or |
enddate |
desired end date (integer or character in Ymd format
or |
A dataframe of daily means.
1 2 3 4 5 6 7 | library(PWFSLSmoke)
monitor_getDailyMean(
PWFSLSmoke::Carmel_Valley,
startdate = "2016-08-01",
enddate = "2016-08-08"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.