Learn R Programming

ofpetrial (version 0.1.2)

check_alignment: 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)

Value

a tibble

Arguments

td

trial design data created by make_exp_plots() and assign_rates()

Examples

Run this code
#--- 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]]

Run the code above in your browser using DataLab