Fieldbook generator for Augmented Designs.
design_augmented(
checks,
entries,
blocks = NULL,
eu_block = NULL,
random = TRUE,
zigzag = FALSE,
dim = NA,
serie = 1000,
seed = NULL,
project = "inkaverse",
qrcode = "{project}{plots}{entry}",
separate_checks = TRUE
)List with fieldbook and parameters.
Vector of check treatments.
Vector of new entries.
Optional number of blocks. If NULL, it is calculated from
entries, checks and eu_block.
Number of experimental units per block.
Randomize entries allocation and positions inside each block.
Zigzag field layout.
Optional layout dimensions c(nrows, ncols).
Plot series number.
Random seed. 0 or NULL means no fixed seed.
Barcode prefix.
QR code column template.
Logical. When possible, prevent adjacent checks inside each block using constrained randomization.