View source: R/get_structural_zeros.R
get_structural_zeros | R Documentation |
structural zeros, (or forbidden links) in this very basic definition, are combinations of floral visitors and herbivores. These are assumed not to interact. Furthermore, if a separate dataframe is given, these are incorporated. This is because I compiled inter-guild structural zeros elsewhere for the caracoles matrices, but need to join them with the basic ones.
get_structural_zeros(
A = NULL,
plants = NULL,
fv = NULL,
herb = NULL,
dfz = NULL
)
A |
interaction matrix |
plants |
names of plants (character vector) |
fv |
names of floral visitors |
herb |
names of herbivores |
dfz |
optional dataframe with columns "plant", "animal", "structural.zero" |
dataframe with two columns, giving the position in A of the structural zeros.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.