Learn R Programming

FielDHub (version 1.4.2)

plot.FielDHub: Plot a FielDHub object

Description

Draw a field layout plot for a FielDHub object.

Usage

# S3 method for FielDHub
plot(x, ...)

Value

  • a plot object inheriting from class fieldLayout

  • field_book a data frame with the fieldbook that includes the coordinates ROW and COLUMN.

Arguments

x

a object inheriting from class FielDHub

...

further arguments passed to utility function plot_layout().

  • layout a integer. Options available depend on the type of design and its characteristics

  • l a integer to specify the location to plot.

  • planter it can be serpentine or cartesian.

  • stacked it can be vertical or horizontal stacked layout.

Author

Didier Murillo [aut]

Examples

Run this code
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