pv {FLCore}R Documentation

Population variability

Description

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

Generic function

pv(object)

Methods

signature(object=FLQuant) :
Describe method

Author(s)

The FLR Team

References

Heath, J.P. 2006. Quantifying temporal variability in population abundances. Oikos 115 (3): 573–581.

See Also

FLComp

Examples

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

data(ple4)
pv(stock(ple4))

[Package FLCore version 2.2 Index]