View source: R/demoFieldBook.R
demoFieldBook | R Documentation |
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).
demoFieldBook(beginRow,endRow,beginColumn,endColumn,plotRows)
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. |
The function returns a demoFieldBook that users can use with agriDemoPlot
demoFieldBook
##Vignette at https://github.com/cb-agr/agriPlot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.