con_samlmom_lspace {LMoFit} | R Documentation |
Condition of sample lpoints, as inside/outside of specific L-spaces on the L-moments ratio diagram, using sample lmoments.
Description
Condition of sample lpoints, as inside/outside of specific L-spaces on the L-moments ratio diagram, using sample lmoments.
Usage
con_samlmom_lspace(samplelmom, Dist = "BrIII")
Arguments
samplelmom |
L-moments as c(l1, l2, l3, l4, t2, t3, t4). Use get_sample_lmom() to obtain these lmoments. |
Dist |
select the distribution to plot its L-space in the background. This can be "BrIII" for Burr Typr-III distribution, "BrXII" for Burr Typr-XII distribution, or "GG" for Generalized Gamma distribution. The default Dist is "BrIII". The default is set to BrIII. |
Value
The condition of the L-points in regards to the selected L-space as inside or outside.
Author(s)
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
Examples
sample <- LMoFit::FLOW_AMAX
samplelmom <- get_sample_lmom(x = sample)
con_samlmom_lspace(samplelmom, Dist = "BrIII")
con_samlmom_lspace(samplelmom, Dist = "BrXII")
con_samlmom_lspace(samplelmom, Dist = "GG")
[Package LMoFit version 0.1.7 Index]