| design_split | R Documentation |
Dispatch split-plot experimental designs.
design_split(
nfactors = 2,
factors,
type = "split-rcbd",
rep = 3,
zigzag = FALSE,
nrows = NA,
serie = 1000,
seed = NULL,
project = "inkaverse",
qrcode = "{project}{plots}{factors}"
)
nfactors |
Number of factors in the experiment. |
factors |
List with factor levels. |
type |
Split-plot design type. |
rep |
Number of replications. |
zigzag |
Field layout in zigzag. |
nrows |
Experimental design dimension by rows. |
serie |
Number to start the plot id. |
seed |
Seed for randomization. |
project |
Barcode prefix. |
qrcode |
String to concatenate the QR code. |
A list with the fieldbook design and parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.