exp_data {ofpetrial} | R Documentation |
Experiment data
Description
Data on the experiment created by running the 'make_exp_plot()' function, which includes various sf objects (e.g., experiment plots, ab-line, headland, etc). This data exists only for the purpose of making examples in some function references succinct.
Usage
exp_data
Format
tbl_df tbl data.frame 'exp_data' A data frame with 1 rows and 9 columns:
- input_name
input name
- harvester_width
width of the harvester
- plot_width
width of the plots to be made
- field_sf
field boundary as an sf object
- headland
headland as an sf object
- exp_plots
experiment plots as an sf object
- ab_lines
ab-lines for the applicator/planter as an sf object
- harvest_ab_lines
ab-lines for the harvester as an sf object
- abline_type
(character) one of "free", "lock", "none" indicating the way ab-line is (or not) created
[Package ofpetrial version 0.1.1 Index]