Description Usage Arguments Value Author(s) See Also Examples
Average radiative fluxes and return a data.frame with the data including representative times. Currently a pure mean is offered, in the future additional methods should be offered. Beware that the interface of this function may change in the future. In the current setup only estimation of the mean value for a period (month, day or hour) is supported using the function mean. The resulting estimate is representative for the following time. E.g. hourly values are valid for the hour after the time.
1 | averadflux(x,period="month")
|
x |
An radflux object as returned by readradflux |
period |
Period to sum over. Valid keywords are |
A data.frame similar in structure to the one returned by readradflux containing the sum over the specified period of DLI, SSI and the accompaning time as well as the number of elements that are used to estimate each average value. Furthermore, the information element of the input object is attached in rewritten form.
Øystein Godøy (o.godoy@met.no)
readradflux, plotradflux, longwave_downward, evalradflux
1 | t <- averadflux(tmp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.