aggregate_daily: It aggragetes 'x1' subdaily variable at the daily scale...

Description Usage Arguments Value

Description

It aggragetes x1 subdaily variable at the daily scale according to x2 aggregation

Usage

1
aggregate_daily(x1, x2, FUN = max)

Arguments

x1

subdaily variable to aggregate, e.g. temperature

x2

subdaily secondary variable to which FUN is applied for aggregagation of x1, e.g. relative humdity

FUN

function used for aggregation of x1. It is recommened that FUN be max or min.

Value

The daily aggragation requested for x1, e.g. the temparature at the time instant in which relative humidity is maximum.


ecor/RHUMIDITY documentation built on May 15, 2019, 8:52 p.m.