makeTrays | R Documentation |
function to make headrow trays, particularly useful for making scab nursery trays.
makeTrays(
plots,
traySize = 40,
fill = c(2, 2),
nMagazine = 10,
rowsPerMagazine = 8,
rangesPerMagazine = 2
)
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. |
[fill in details here]
[value]
# none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.