n_int_c: Commutative Intensity Neighbor Index

View source: R/plant_plant_interactions.R

n_int_cR Documentation

Commutative Intensity Neighbor Index

Description

Commutative Intensity Neighbor Index

Usage

n_int_c(without, with_nbs)

Arguments

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.

Details

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).

Value

a vector containing the index values.

See Also

n_int_a

Examples

n_int_c(without = 1, with_nbs = 4)
n_int_c(without = 0.4, with_nbs = 0.1)



alaindanet/ecocom documentation built on Nov. 5, 2023, 8:25 a.m.