check_alignment | R Documentation |
Check the alignment of harvester and applicator/planter for mixed treatment problems where multiple input rates are associated with yield monitor data
check_alignment(td)
td |
trial design data created by make_exp_plots() and assign_rates() |
a tibble
#--- 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]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.