Description Usage Arguments Value Examples
This function converts flow time series from cumecs (m3/s) to mm/d by dividing the flow by the catchment area and converting it to mm/day.
| 1 | convert_flow(flow_cumecs, catchment_area)
 | 
| flow_cumecs | This is the flow time series in cumecs (m3/s) | 
| catchment_area | This is the catchment are in Km2. | 
Flow time series in mm/d
| 1 2 3 4 | ## Not run: 
  convert_flow(30, 2)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.