readr_solani | R Documentation |
The file Solani contains predicted breeding values computed by MiX99. This result file is read using 'readr::read_table()'
readr_solani( ps_path, pvec_col_names = c("animal", "nrprg", "trait", "ebv"), pl_col_types = readr::cols(animal = readr::col_integer(), nprg = readr::col_integer(), trait = readr::col_integer(), ebv = readr::col_double()) )
ps_path |
path to input file |
pvec_col_names |
vector of column names |
pl_col_types |
col type specifications using 'readr::cols()' |
tibble with predicted breeding values
s_ebv_path_partial <- qzwslrm_example_solani("partial") tbl_solani_partial <- readr_solani(ps_path = s_ebv_path_partial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.