powered by
Calculates various measures of population and community variability
cv2(X, type)
A matrix with counts or densities arranged in species by time step
If pop, calculate CVpop2. If com, calculate CVcom2. If comip, calculate CVcomip2. See the vignette for definitions of these quantities.
pop
com
comip
cv2 returns the value of population or community variability.
cv2
Zhao et al, (In prep) Decomposition of the variance ratio illuminates timescale-specific population and community variability.
vreq_classic, vreq_LdM, cv2f, browseVignettes("tsvr")
vreq_classic
vreq_LdM
cv2f
browseVignettes("tsvr")
# NOT RUN { X<-matrix(runif(200,1,100), 10, 20) ans<-cv2(X, type="com") # }
Run the code above in your browser using DataLab