R/compare_plot_report_vrdggozw.R
create_ge_compare_plot_report_vrdggozw.Rd
A comparison plot report containing all generated plots of a GE side-by-side with the plots from the previous GE are constructed for VRDGGOZW
create_ge_compare_plot_report_vrdggozw(
pn_cur_ge_label,
pn_prev_ge_label,
ps_prevgsrun_label,
ps_cur_plot_root = NULL,
ps_prev_plot_root = NULL,
ps_template = system.file("templates", "compare_plots.Rmd.template", package =
"qgert"),
ps_breed = NULL,
pl_plot_opts = NULL,
pb_debug = FALSE,
plogger = NULL
)
label of current genetic evaluation (GE)
label of previous GE
label of bi-weekly gs-runs before publication date of pn_prev_ge_label
directory with plots of current evaluation
directory with plots from previous evaluation
template document for report
create comparison plot report for just one breed
list of options specifying input for plot report creator
flag whether debug output should be shown
log4r logger object
if (FALSE) {
create_ge_compare_plot_report_vrdggozw(pn_cur_ge_label = '1908',
pn_prev_ge_label = '1904',
ps_prevgsrun_label = '0719',
pb_debug = TRUE)
}