View source: R/con_sam_lspace.R
con_sam_lspace | R Documentation |
Condition of sample lpoints, as inside/outside of specific L-spaces on the L-moments ratio diagram, using sample.
con_sam_lspace(sample, type = "s", Dist = "BrIII")
sample |
for a single site, sample is a vector of observations, e.x. FLOW_AMAX. For multiple sites, sample is a dataframe consisting of multiple columns where each column has the data observed at one site; this dataframe should have column names as station names, e.x. FLOW_AMAX_MULT. |
type |
the type of the sample. It can be "s" for single site, the default, or "m" for multiple sites. |
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 condition of the L-points in regards to the selected L-space as inside or outside.
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
con_sam_lspace(LMoFit::FLOW_AMAX, type = "s", Dist = "BrIII")
con_sam_lspace(LMoFit::FLOW_AMAX, type = "s", Dist = "BrXII")
con_sam_lspace(LMoFit::FLOW_AMAX, type = "s", Dist = "GG")
con_sam_lspace(LMoFit::FLOW_AMAX_MULT, type = "m", Dist = "BrIII")
con_sam_lspace(LMoFit::FLOW_AMAX_MULT, type = "m", Dist = "BrXII")
con_sam_lspace(LMoFit::FLOW_AMAX_MULT, type = "m", Dist = "GG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.