scatterplot_lrm: Scatter Plot Based on Validation Input

View source: R/plot.R

scatterplot_lrmR Documentation

Scatter Plot Based on Validation Input

Description

The EBV for which validation is done is shown in a scatterplot

Usage

scatterplot_lrm(ptbl_ebv_whole, ptbl_ebv_partial)

Arguments

ptbl_ebv_whole

ebv based on whole data

ptbl_ebv_partial

ebv based on partial data

Value

ggplot2 objection conaining scatterplot

Examples

tbl_ebv_whole <- readr_ebv(ps_path = qzwslrm_example_solani("whole"), ps_format = "table",
                          pn_ebv_col_idx = 4)
tbl_ebv_partial <- readr_ebv(ps_path = qzwslrm_example_solani("partial"), ps_format = "table",
                            pn_ebv_col_idx = 4)
p <- scatterplot_lrm(tbl_ebv_whole, tbl_ebv_partial)

fbzwsqualitasag/qzwslrm documentation built on Sept. 13, 2022, 3:28 p.m.