sig_Runoff_ratio | R Documentation |
Runoff ratio of the time serise data. For the other scale (if you want) can use apply.yearly or apply.weekly apply.monthly apply.quarterly apply.yearly see the example. please make sure the Streamflow and Preciptation have the same unit.
sig_Runoff_ratio(Streamflow, Preciptation)
Streamflow |
[xts / array]-2D(time, space) Time serious Streamflow in difficult location. |
Preciptation |
[xts / array]-2D(time, space) Time serious Preciptation in difficult location. |
[array]-2D(1, space) The Runoff ratio. Or [xts]-2D(sum_time, space) for other scale with apply.XXXly.
rslt <- sig_Runoff_ratio(xts_Q, xts_P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.