nelder_calc: Calculate Nelder Fan design

Description Usage Arguments Value Author(s)

View source: R/nelder.R

Description

Calculates Nelder Fan design. Used within nelder.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
nelder_calc(
  alpha,
  theta,
  tau,
  D1,
  N,
  max.angle,
  n.spokes,
  arc.borders,
  spoke.borders
)

Arguments

alpha

Rate of change along the spokes.

theta

The angle between the spokes.

tau

The "rectangularity" proportion

D1

Plant density within the first experimental arc (plants ha-1) (i.e. upper extreme of experimental plant density range).

N

Number of experimental arcs (i.e. number of densities to be tested within D1 to DN).

max.angle

The maximum rotation (in degrees) of the design. If 360, then a full circle design will be created.

n.spokes

The number of spokes.

arc.borders

Number of border arcs on either extreme.

spoke.borders

Number of border spokes on either extreme (only used if max.angle < 360).

Value

A list containing the plant and plot data.

Author(s)

Kevin J Wolz, kevin@savannainstitute.org


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