STATICPLOTS              package:nsRFA              R Documentation

_S_t_a_t_i_c _p_l_o_t_s

_D_e_s_c_r_i_p_t_i_o_n:

     Plots from books and articles.

_U_s_a_g_e:

      Lmoment.ratio.diagram ()
      Lspace.HWvsAD ()
      Lspace.limits ()

_V_a_l_u_e:

     'Lmoment.ratio.diagram' plots points corresponding to two
     parameters distributions and lines corresponding to three
     parameters distributions on the 'L-CA - L-kur' plane. The
     distributions are: E = exponential, G = gumbel, L = logistic, N =
     normal, U = uniform, GLO = generalized logistic, GEV = generalized
     extreme-value, GPA = generalized Pareto, LN3 = lognormal, PE3 =
     Pearson type III.

     'Lspace.HWvsAD' separate regions, in 'L-CA - L-CV' space, where
     the homogeneity tests of Hosking and Wallis (HW) and
     Anderson-Darling (AD) are preferable.

     'Lspace.limits' displays limits for regional L-moments in the
     'L-CA - L-CV'.

_N_o_t_e:

     For information on the package and the Author, and for all the
     references, see 'nsRFA'.

_S_e_e _A_l_s_o:

     'EXP', 'GENLOGIS', 'GENPAR', 'LOGNORM', 'GUMBEL', 'GEV', 'P3'

_E_x_a_m_p_l_e_s:

     Lmoment.ratio.diagram()
     Lspace.HWvsAD()
     Lspace.limits()

     data(hydroSIMN)
     annualflows[c(1:10),]
     x <- annualflows["dato"][,]
     cod <- annualflows["cod"][,]
     rlm <- regionalLmoments(x,cod)
     Lmoment.ratio.diagram()
     points(rlm["lcaR"],rlm["lkurR"],col="red",pch=19)

     Lspace.HWvsAD()
     points(rlm["lcaR"],rlm["lcvR"],col="red",pch=19)

