makeTrays: makeTrays function

View source: R/makeTrays.R

makeTraysR Documentation

makeTrays function

Description

function to make headrow trays, particularly useful for making scab nursery trays.

Usage

makeTrays(
  plots,
  traySize = 40,
  fill = c(2, 2),
  nMagazine = 10,
  rowsPerMagazine = 8,
  rangesPerMagazine = 2
)

Arguments

plots

either a list of trial designs, a single trial design or

traySize

numeric. number of total plots per tray. Must be a multiple of nMagazine * rowsPerMagazine

fill

numeric. vector indicating how many plots should be fill at beginning (first element) and end (last element)

nMagazine

numeric. Number of magazines per tray. Default is 10, corresponding to Hege style head row trays

rowsPerMagazine

numeric. number of rows planted in a magazine. default is 8.

Details

[fill in details here]

Value

[value]

Examples

# none

nsantantonio/fieldMapR documentation built on Feb. 4, 2025, 3:07 a.m.