plot.FielDHub {FielDHub} | R Documentation |
Plot a FielDHub
object
Description
Draw a field layout plot for a FielDHub
object.
Usage
## S3 method for class 'FielDHub'
plot(x, ...)
Arguments
x |
a object inheriting from class |
... |
further arguments passed to utility function
|
Value
a plot object inheriting from class
fieldLayout
-
field_book
a data frame with the fieldbook that includes the coordinates ROW and COLUMN.
Author(s)
Didier Murillo [aut]
Examples
## Not run:
# Example 1: Plot a RCBD design with 24 treatments and 3 reps.
s <- RCBD(t = 24, reps = 3, plotNumber = 101, seed = 12)
plot(s)
## End(Not run)
[Package FielDHub version 1.4.2 Index]