PlotPos | R Documentation |
PlotPos
returns the empirical probability values corresponding to
the observed data of hydrological extreme events as a vector of numerics.
PlotPos(data_obs, PP)
data_obs |
A vector, data frame or matrix containing observed data or flood quantiles. |
PP |
A character string that determines the empirical formula used to calculate the probability.
The formula can be chosen from the list: |
This is a function to calculate the emprical probability values assigned to the observed data of hydrological extreme events to be plotted.
The function returns the probabilities assigned to the observed data as a vector of numerics.
Chow, V. T., Maidment, D. R., & Mays, L. W. (1988). Applied Hydrology. McGraw-Hill, New York, U.S.
ProbPlot
for graphical frequency analysis.
# First Example data('Harricana') PlotPos(data_obs = Harricana, PP = 'Weibull') # Second Example data('B17C_Tab8_1') PlotPos(data_obs = B17C_Tab8_1, PP = 'Cunnane')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.