Description Usage Arguments Details References See Also
View source: R/asymmetric.competition.kernel.R
It calculates asymmetric competition coefficients
1 2 3 4 5 6 7 8 9 | asymmetric.competition.kernel(
trait.values,
trait.compet = "trait.b",
ac.type = c("Kisdi", "Nattrass"),
sigma.b = 0.03,
ac.C = 1,
ac.v = 1,
...
)
|
trait.values |
Dataframe of all traits |
trait.compet |
Name of trait related to resource use |
ac.type |
Type of the function (see |
sigma.b |
steepness of competition kernel |
ac.C |
parameter influencing shape of the function (has to be positive) |
ac.v |
parameter influencing shape of the function (has to be positive) |
... |
Any additional parameters |
Depending on value of ac.type the convex-concave function from Kisdi (1999) or smooth function suggested by Nattrass et al (2012) are used.
For formulas and meaning of parameters see the vignette("competition")
Kisdi, E. (1999) Evolutionary Branching under Asymmetric Competition Journal of Theoretical Biology 197(2): 149-162. doi: 10.1006/jtbi.1998.0864
Nattrass, S., Baigent, S., & Murrell, D. J. (2012) Quantifying the Likelihood of Co-existence for Communities with Asymmetric Competition. Bulletin of Mathematical Biology, 74(10): 2315–2338. doi: 10.1007/s11538-012-9755-8
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.