View source: R/plant_plant_interactions.R
n_int_c | R Documentation |
Commutative Intensity Neighbor Index
n_int_c(without, with_nbs)
without |
a vector containing non-negatives real values. |
with_nbs |
a vector containing non-negatives real values. with_nbs contains the performance of individuals with a neighbor. without contains the performance of individual without a neighbor. |
This function computes the Commutative Intensity Neighbor Index developed by Dìaz-Sierra et al. (2016). Positive values indicates a positive net effect of the neighbor (facilitation) whereas negative values indicates a negative one (competition).
a vector containing the index values.
n_int_a
n_int_c(without = 1, with_nbs = 4)
n_int_c(without = 0.4, with_nbs = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.