Description Usage Arguments Value Examples
View source: R/Convertion_to_mod_percentage.R
Converts a flow value to a percentage of the module
1 | Convertion_to_mod_percentage(Stream_Module, Flow)
|
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". |
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%
1 | Convertion_to_mod_percentage(Stream_Module=10,Flow=16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.