View source: R/utils_S3_methods.R
| plot.FielDHub | R Documentation | 
FielDHub objectDraw a field layout plot for a FielDHub object.
## S3 method for class 'FielDHub'
plot(x, ...)
| x | a object inheriting from class  | 
| ... | further arguments passed to utility function  
 | 
 a plot object inheriting from class fieldLayout
field_book a data frame with the fieldbook that includes the coordinates ROW and COLUMN.
Didier Murillo [aut]
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.