var_fun_unif_lbm | R Documentation |
Compute the Conditional variance of the LBM Robustness term by term
var_fun_unif_lbm(con, pi, rho, nr, nc)
con |
A matrix, the connectivity parameter |
pi |
A vector of length |
rho |
A vector of length |
nr |
An integer, the number of row (primary) species |
nc |
An integer, the number of column (secondary) species |
A vector, the variance after m extinctions
con <- matrix(c(.5,.3,.3,.1), 2, 2)
pi <- c(.25,.75)
rho <- c(1/3, 2/3)
nr <- 50
nc <- 30
var_fun_unif_lbm(con, pi, rho, nr, nc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.