nelder_interspoke_distance: Calculate distance between two individuals in the same arc...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/nelder.R

Description

Calculates distance between two individuals in the same arc and adjacent spokes of a Nelder Fan experimental design.

Usage

1

Arguments

data

An object of class nelder.

arc

An numeric value indicating which arc of the design to calculate distance for.

Value

A numeric value of the distance (m).

Author(s)

Kevin J Wolz, kevin@savannainstitute.org

See Also

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

Examples

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)

kevinwolz/sysdesign documentation built on June 13, 2020, 1:35 a.m.