check_alignment: Check the alignment of harvester and applicator/planter

View source: R/diagnose.R

check_alignmentR 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]]

ofpetrial documentation built on April 12, 2025, 1:28 a.m.