NVTconvert | R Documentation |
NVTconvert takes an NVT provided wide format trial designs and outputs each individual trial as a figure for a user define crop species.
NVTconvert(x, Crop.Species, Sub.Series = NULL, Location, State, Code)
x |
A data.frame |
Crop.Species |
User define crop species i.e. Wheat. Needs to be character input...."Wheat" |
Sub.Series |
User defined crop sub-series. In wheat there are differne sub-series such as Durum. Default is NULL and will plot everything for a particular crop species. |
Location |
A character stipulating the name of the column containing the location data...."Site.Location" |
State |
A character stipulating the name of the column containing the state data...."State" |
Code |
A character stipulating the name of the colunn containing the trialname data...."Trial.Name" |
Long format data frame and .jpeg trial design figures.
Calum Watt, cwatt@intergrain.com
NVTconvert(data, Crop.Species = "Wheat", Sub.Series = "Main Season", Location = "SiteDescription", State = "State", Code = "TrialCode")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.