Description Usage Arguments Value Examples
View source: R/plot_rain_flow.R
This function retrieves rainfall and flow time series for a given catchment, divides the flow by the catchment area and converts it to mm/day to that it can be comparable with the rainfall (mm/month). Finally it generates a plots combining rainfall and flow information.
1 |
id |
Station identification number |
rain |
Rainfall time series, measured in mm/month |
flow |
Flow time series, measured in m3/s |
area |
Catchment area in Km2 |
title |
(optional) Plot title |
Plot rainfall and flow for a given station
1 2 3 4 | ## Not run:
plot_rain_flow(id = 54090)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.