Description Usage Arguments Value Author(s) See Also Examples
Calculates competition indices for a Nelder Fan experimental design.
1 | nelder_biculture_competition(data, search.radius = NULL)
|
data |
An object of class nelder-biculture. |
search.radius |
Search radius to use for calculating inverse distance weighted competition (m). If |
A data frame (tibble), which is the plants
element of the nelder object passed to data
,
but with 4 additioanl columns:
"A.inv.dist" - The inverse distance weighted competition felt by that individual due to nearby individuals of species A
"B.inv.dist" - The inverse distance weighted competition felt by that individual due to nearby individuals of species B
"A.neighbors" - The number of directly adjacent individuals of species A
"B.neighbors" - The number of directly adjacent individuals of species B
Kevin J Wolz, kevin@savannainstitute.org
Other definition functions:
goelz_add_border()
,
goelz_corners()
,
goelz_guides()
,
goelz_mirror()
,
goelz_optim()
,
goelz_starts()
,
goelz()
,
nelder_biculture_optim()
,
nelder_biculture()
,
nelder_decision()
,
nelder_interspoke_distance()
,
nelder()
,
select_optimal_goelz()
,
select_optimal_nelder_biculture()
1 2 3 4 5 6 7 8 | dat <- nelder(DN = 1000,
D1 = 3000,
N = 5,
tau = 1,
even = TRUE,
max.angle = 360)
dat.bi <- nelder_biculture(dat)
nelder_biculture_competition(dat.bi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.