goelz: Create a Goelz Triangle experimental design

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/goelz.R

Description

Creates a Goelz Triangle experimental design.

Usage

1
goelz(N = 35)

Arguments

N

The number of plants to be on each edge of the design.

Details

The Goelz Triangle experimental design (Goelz 2001) is an experimental design that systematically varies species composition of three plant species within a single plot, while maintaining a constant plant density. This function creates a Goelz Triangle design following several criteria set forth by Goelz (2001):

This function does NOT robustly impose the conformity criterion. Species are assigned randomly to each position by sampling the three species using weights based on the theoretical probability of each species at that point. For a robust implementation of the conformity criterion that optimizes the rough initial approach of this function using an evolutionary algorithm, use goelz_optim.

Value

A data frame (tibble) of class sysd and class goelz.

Author(s)

Kevin J Wolz, kevin@savannainstitute.org

References

See Also

Other definition functions: goelz_add_border(), goelz_corners(), goelz_guides(), goelz_mirror(), goelz_optim(), goelz_starts(), nelder_biculture_competition(), nelder_biculture_optim(), nelder_biculture(), nelder_decision(), nelder_interspoke_distance(), nelder(), select_optimal_goelz(), select_optimal_nelder_biculture()

Examples

1
dat <- goelz()

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