pv: Population variability

Description Generic function Methods Author(s) References See Also Examples

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

1
2
3
4
5
flq <- FLQuant(rnorm(40), dim=c(1,40))
pv(flq)

data(ple4)
pv(stock(ple4))

FLCore documentation built on May 2, 2019, 5:46 p.m.