Plot fieldbook sketches for augmented experimental designs generated by
design_augmented().
Usage
plot_augmented_design(
data,
factor = NA,
fill = "plots",
xlab = NULL,
ylab = NULL,
glab = NULL
)Arguments
- data
Fieldbook data frame from an augmented design.
- factor
Character. Column used to color experimental units. Default is
"type"when available.- fill
Character vector. Column or columns used as labels inside each experimental unit. Default is
"plots".- xlab
Character. Optional x axis title.
- ylab
Character. Optional y axis title.
- glab
Character. Optional legend title.
