pv                  package:FLCore                  R Documentation

_P_o_p_u_l_a_t_i_o_n _v_a_r_i_a_b_i_l_i_t_y

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

     The 'pv' method computes the population variability (_pv_) of an 
     'FLQuant' object.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     pv(object)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t) : Describe method

_A_u_t_h_o_r(_s):

     The FLR Team

_R_e_f_e_r_e_n_c_e_s:

     Heath, J.P. 2006. Quantifying temporal variability in population
     abundances. _Oikos_ *115 (3)*: 573-581.

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

     FLComp

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

     flq <- FLQuant(rnorm(40), dim=c(1,40))
     pv(flq)

     data(ple4)
     pv(stock(ple4))

