- data
Experimental design data frame containing factor names and
levels. A design sheet may also include the columns {arguments} and
{values} to override the function arguments.
- nfactors
Number of factors in the experiment [default = 1].
- type
Type of experimental arrangement [default = "crd"].
Supported designs are "crd", "rcbd", "augmented", and
"split-rcbd". The aliases "dca" and "dbca" are accepted.
- rep
Number of replications or blocks in the experiment
[default = 2].
- zigzag
Arrange the physical layout in zigzag order
[logical: FALSE].
- nrows
Number of rows in the physical field layout. When missing, the
corresponding design function calculates the layout.
- serie
Base number used to generate plot identifiers
[numeric: 100].
- seed
Seed used for reproducible randomization. 0, NA, and NULL
preserve the historical TARPUY behavior of using a random seed.
- project
Barcode prefix for data collection.
- qrcode
Template used to concatenate QR-code fields
[character: "{project}{plots}"].