demoFieldBook: Make a demo fieldBook

View source: R/demoFieldBook.R

demoFieldBookR Documentation

Make a demo fieldBook

Description

Generates a simple "demo" fieldbook from a specified number of rows, columns and plot rows. In some instances a user may not have a fieldbook quite yet prepared for the season but still may want the option for a preliminary visualization their field trial layout. The output of this function is only intended to be used with agriDemoplot (explained after this function).

Usage

  demoFieldBook(beginRow,endRow,beginColumn,endColumn,plotRows)

Arguments

beginRow

The row value you start at. Must be an integer.

endRow

The row value you end at. Must be an integer.

beginColumn

The column value you start at. Must be an integer.

endColumn

The column value you end at. Must be an integer.

plotRows

Number of plots per row associated with the specified rows and columns. Must be an integer.

Details

The function returns a demoFieldBook that users can use with agriDemoPlot

Value

demoFieldBook

Examples

  ##Vignette at https://github.com/cb-agr/agriPlot

cb-agr/agriPlot documentation built on April 14, 2022, 1:01 p.m.