Convertion_to_mod_percentage: Converts a flow value to a percentage of the module

Description Usage Arguments Value Examples

View source: R/Convertion_to_mod_percentage.R

Description

Converts a flow value to a percentage of the module

Usage

1
Convertion_to_mod_percentage(Stream_Module, Flow)

Arguments

Stream_Module

A numeric value corresponding to the average interannual flow rate ""module"".

Flow

A numerical value corresponds to a flow rate which we wish to convert into a percentage of the average interannual flow rate "module".

Value

Numerical value of the "double" type which corresponds to the percentage flow rate of the module. Exemple: if Stream_Module=10 and Flow=16, then the flow rate in percentage of the module is 160%

Examples

1
Convertion_to_mod_percentage(Stream_Module=10,Flow=16)

FannyVille/hydroSEG documentation built on March 6, 2021, 12:23 a.m.