n_int_a: Additive Intensity Neighbor Index

View source: R/plant_plant_interactions.R

n_int_aR Documentation

Additive Intensity Neighbor Index

Description

Additive Intensity Neighbor Index

Usage

n_int_a(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 Additive 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_c

Examples

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


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