Description Usage Arguments Examples
View source: R/compare_plot_report_carcass_smt.R
A comparison plot report containing all generated plots of a GE side-by-side with the plots from the previous GE are constructed for the trait group CARCASS SMT
1 2 3 4 5 6 7 8 9 10 11 | create_ge_compare_plot_report_carcass_smt(
pn_cur_ge_label,
pn_prev_ge_label,
ps_cur_plot_root = NULL,
ps_prev_plot_root = NULL,
ps_template = system.file("templates", "compare_plots.Rmd.template", package =
"qgert"),
pl_plot_opts = NULL,
pb_debug = FALSE,
plogger = NULL
)
|
pn_cur_ge_label |
label of current genetic evaluation (GE) |
pn_prev_ge_label |
label of previous GE |
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 |
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 |
ps_breed |
create comparison plot report for just one breed |
1 2 3 4 5 6 | ## Not run:
create_ge_compare_plot_report_carcass_smt(pn_cur_ge_label = 2008,
pn_prev_ge_label = 2004,
pb_debug = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.