Function to deploy field-book experiment without replications
Usage
design_noreps(
factors,
type = "sorted",
zigzag = FALSE,
nrows = NA,
serie = 1000,
seed = NULL,
project = "inkaverse",
qrcode = "{project}{plots}"
)Arguments
- factors
Lists with names and factor vector
[list].- type
Randomization in the list
[character: "sorted", "unsorted"]- zigzag
Experiment layout in zigzag
[logic: FALSE].- nrows
Experimental design dimension by rows
[numeric: value]- serie
Number to start the plot id
[numeric: 1000].- seed
Replicability from randomization
[numeric: NULL].- project
Bar code prefix for data collection
[character: "inkaverse"].- qrcode
Concatenate the QR code
[character: "{project}{plots}{factors}"]
