create_ge_compare_plot_report_vrdggozw_prov: Comparison Plot Report Creator Function For VRDGGOZW_PROV

Description Usage Arguments Details Examples

View source: R/compare_plot_report_vrdggozw_prov.R

Description

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_PROV

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
create_ge_compare_plot_report_vrdggozw_prov(
  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
)

Arguments

pn_cur_ge_label

label of current genetic evaluation (GE)

pn_prev_ge_label

label of previous GE

ps_prevgsrun_label

run label of first bi-weekly prediction after previous publication

ps_cur_plot_root

directory with plots of current evaluation

ps_prev_plot_root

directory with plots from previous evaluation

ps_template

template document for report

ps_breed

create comparison plot report for just one breed

pl_plot_opts

list of options specifying input for plot report creator

pb_debug

flag whether debug output should be shown

plogger

log4r logger object

Details

Comparisons can be specified by either giving the labels of the current and the previous evaluation or by directly specifying the directory roots where the plots to be compared are located.

Examples

1
2
3
4
5
6
7
## Not run: 
create_ge_compare_plot_report_vrdggozw_prov(pn_cur_ge_label    = 1908,
                                       pn_prev_ge_label        = 1904,
                                       ps_prevgsrun_label      = '0719',
                                       pb_debug                = TRUE)

## End(Not run)

pvrqualitasag/qgert documentation built on June 29, 2021, 11:14 p.m.