scatterplot_lrm | R Documentation |
The EBV for which validation is done is shown in a scatterplot
scatterplot_lrm(ptbl_ebv_whole, ptbl_ebv_partial)
ptbl_ebv_whole |
ebv based on whole data |
ptbl_ebv_partial |
ebv based on partial data |
ggplot2 objection conaining scatterplot
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.