View source: R/load_monthly_data_for_berlin.R
| load_potential_evaporation_berlin_2 | R Documentation |
This version uses publicly available shape files to determine the area that is covered by Berlin. This function can easily be adopted to other cities!
load_potential_evaporation_berlin_2(from, to)
from |
optional. First month to be considered, as yyyymm string |
to |
optional. Last month to be considered, as yyyymm string |
data frame with columns file (name of file downloaded from
DWD), year (year number as integer), month number as integer,
mean (mean value), sd (standard deviation), min
(minimum value), max (maximum value), n_values (number of
considered values) of potential evaporation calculated for Berlin, Germany
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.