Description Usage Arguments Value Author(s) See Also Examples
Calculates distance between two individuals in the same arc and adjacent spokes of a Nelder Fan experimental design.
1 | nelder_interspoke_distance(data, a = data$plot$arcs)
|
data |
An object of class nelder. |
arc |
An numeric value indicating which arc of the design to calculate distance for. |
A numeric value of the distance (m).
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_competition()
,
nelder_biculture_optim()
,
nelder_biculture()
,
nelder_decision()
,
nelder()
,
select_optimal_goelz()
,
select_optimal_nelder_biculture()
1 2 3 4 5 6 7 | dat <- nelder(DN = 1000,
D1 = 3000,
N = 5,
tau = 1,
even = TRUE,
max.angle = 360)
nelder_interspoke_distance(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.