estimate_w | R Documentation |
Estimates the omega
estimate_w(
y.list,
id,
A.matrix = NULL,
cor = F,
K = NULL,
method = c("composition", "densities"),
C.matrix = NULL
)
y.list |
list of niche models |
id |
species id |
A.matrix |
Association matrix |
cor |
Logical |
K |
= Carrying capacity of each environmental cell |
method |
Method; abundances or composition |
C.matrix |
Competition matrix |
Returns an error if filename
does not exist.
Data frame.
## Not run:
accident_2015 <- fars_read("Project/data/accident_2015.csv.bz2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.