Learn R Programming

rnrfa (version 0.5.4)

convertFlow: Convert flow from cumecs to mm/d

Description

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.

Usage

convertFlow(flowCumecs, catchmentArea)

Arguments

flowCumecs
This is the flow time series in cumecs (m3/s)
catchmentArea
This is the catchment are in Km2.

Value

Flow time series in mm/d

Examples

Run this code
## Not run: 
#   convertFlow(30, 2)
# ## End(Not run)

Run the code above in your browser using DataLab