Calculate a multivariate variance following Brock, W. A., and S. R. Carpenter. 2006. Variance as a leading indicator of regime shift in ecosystem services. Ecology and Society 11(2): 9.
Source
Brock, W.A. & Carpenter, S.R. (2006) Variance as a leading indicator of regime shift in ecosystem services. Ecology and Society 11(2): 9.
Value
A matrix where the first column is last time index of the window and the second column is the estimated index value.
Examples
#Load the multivariate simulated
#dataset `simTransComms`
data(simTransComms)
#Estimate the MVI for the second community
egMVI <- mvi(data = simTransComms$community2[,2:7],
winsize = 10)