powered by
FielDHub
Draw a field layout plot for a FielDHub object.
# S3 method for FielDHub plot(x, ...)
a plot object inheriting from class fieldLayout
fieldLayout
field_book a data frame with the fieldbook that includes the coordinates ROW and COLUMN.
field_book
a object inheriting from class FielDHub
further arguments passed to utility function plot_layout().
plot_layout()
layout a integer. Options available depend on the type of design and its characteristics
layout
l a integer to specify the location to plot.
l
planter it can be serpentine or cartesian.
planter
serpentine
cartesian
stacked it can be vertical or horizontal stacked layout.
stacked
vertical
horizontal
Didier Murillo [aut]
if (FALSE) { # Example 1: Plot a RCBD design with 24 treatments and 3 reps. s <- RCBD(t = 24, reps = 3, plotNumber = 101, seed = 12) plot(s) }
Run the code above in your browser using DataLab