| pv {FLCore} | R Documentation |
The pv method computes the population variability (pv) of an
FLQuant object.
pv(object)
The FLR Team
Heath, J.P. 2006. Quantifying temporal variability in population abundances. Oikos 115 (3): 573–581.
flq <- FLQuant(rnorm(40), dim=c(1,40)) pv(flq) data(ple4) pv(stock(ple4))