Description Usage Arguments Value Examples
Función para obtener la serie temporal de precipitación para una duración dada"
1 | get_prec(raingauge, timestep, ini.date, end.date)
|
raingauge |
Character string that provides the code of the raingauge (i.e. "P01"). |
timestep |
Character string that provides the cumulative interval for precipitation depth. Can be “min”, “hour”, “day”, “DSTday”, “week”, “month”, “quarter” or “year”. (i.e. "10 min") |
ini.date |
Object of class "POSIXlt with the start date |
end.date |
Object of class "POSIXlt with the end date |
Tibble with two columns: date, and precipitation (mm)
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.