nelder_biculture_competition: Calculate competition indices for a Nelder Fan experimental...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/nelder.R

Description

Calculates competition indices for a Nelder Fan experimental design.

Usage

1

Arguments

data

An object of class nelder-biculture.

search.radius

Search radius to use for calculating inverse distance weighted competition (m). If NULL, the default, then inverse distance weighted competition is not calculated.

Value

A data frame (tibble), which is the plants element of the nelder object passed to data, but with 4 additioanl columns:

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_optim(), nelder_biculture(), nelder_decision(), nelder_interspoke_distance(), nelder(), select_optimal_goelz(), select_optimal_nelder_biculture()

Examples

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)

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