check_alignment {ofpetrial} | R Documentation |
Check the alignment of harvester and applicator/planter
Description
Check the alignment of harvester and applicator/planter for mixed treatment problems where multiple input rates are associated with yield monitor data
Usage
check_alignment(td)
Arguments
td |
trial design data created by make_exp_plots() and assign_rates() |
Value
a tibble
Examples
#--- load trial design ---#
data(td_single_input)
#--- check the alignment of harvester and applicator/planter ---#
machine_alignment <- check_alignment(td_single_input)
#--- check the degree of mixed treatment problem ---#
machine_alignment$overlap_data
#--- visualize the degree of mixed treatment problem ---#
machine_alignment$g_overlap[[1]]
[Package ofpetrial version 0.1.1 Index]