Fieldbook data frame or design object containing a fieldbook.
factor
Character scalar. Column used to color experimental units.
fill
Character vector. Column or columns used as labels inside
experimental units.
xlab
Character scalar. Optional x axis title.
ylab
Character scalar. Optional y axis title.
glab
Character scalar. Optional legend title.
text_size
Optional positive numeric scalar indicating the plot-label
font size in typographic points (pt). If NULL or NA, the selected
plotting function calculates an automatic size.
wrap_width
Optional positive integer indicating the approximate
maximum number of characters per line. If NULL or NA, labels are not
wrapped.
font_family
Font family used in the sketch. Defaults to
"Open Sans". Each plotting function silently falls back to "sans"
when the requested font is unavailable.
font_face
Font face used in the sketch. Defaults to "plain",
equivalent to regular/normal text.
Details
This function works as a dispatcher. It detects the design type from the
fieldbook and sends the data to the corresponding plotting function.
The text and font arguments are forwarded to:
plot_standard_design()
plot_augmented_design()
plot_split_rcbd_design()
The visible name Splitplot-RCBD and accepted spelling variants are
normalized to the stable internal identifier "split-rcbd" before the
plotting method is selected. The fieldbook itself is not modified.