makeStationsSensorStats: make the descriptive stats of sensors of a set of stations...

Description Usage Arguments Value Author(s)

View source: R/makeStationsSensorStats.R

Description

make the descriptive stats of sensors of a set of stations for a specific period of time

Usage

1
2
makeStationsSensorStats(records, sensors, stations = unique(records$sid),
  dfrom = NULL, dto = NULL)

Arguments

records

a list of hourly dataframes or a single dataframe

stations

a character vector specifying the sid's of the stations to characterize

dfrom

a datetime string specifying the dateTime Must have the form "YYYY-MM-DDTHH:MM:SSZ"

dto

a datetime string specifying the dateTime Must have the form "YYYY-MM-DDTHH:MM:SSZ"

sensor

a character vector specifying the name of the sensors you want to get the descriptive statistics

Value

a dataframe

Author(s)

Thomas Goossens


pokyah/agrometeoR documentation built on May 26, 2019, 7 p.m.