Hydro3_Plot {HydroPortailStats} | R Documentation |
Hydro3 plot
Description
Plot summarizing the results of Hydro3_Estimation()
Usage
Hydro3_Plot(
H3,
useU = FALSE,
lwd = 2,
cex.lab = 2,
cex.axis = 1.3,
pch = 19,
col = "red"
)
Arguments
H3 |
list, resulting from a call to Hydro3_Estimation() |
useU |
logical, use reduced variate u rather than return period T in plots? |
lwd , cex.lab , cex.axis , pch |
numeric, graphical parameters, see ?graphics::par |
col |
character, graphical parameter (points color) |
Value
nothing (just creates a plot)
Examples
y=stats::rnorm(50)
H3=Hydro3_Estimation(y,'Normal')
Hydro3_Plot(H3)
[Package HydroPortailStats version 1.0.3 Index]