Plot fieldbook sketch designs based in experimental design
Usage
tarpuy_plotdesign(
data,
factor,
dim = NULL,
fill = "plots",
xlab = NULL,
ylab = NULL,
glab = NULL
)
Arguments
- data
Experimental design data frame with the factors and level. See examples.
- factor
Vector with the name of the columns with the factors.
- dim
Dimension for reshape the design arrangement.
- fill
Value for fill the experimental units (default = "plots").
- xlab
Title for x axis.
- ylab
Title for y axis.
- glab
Title for group axis.