extract_block | R Documentation |
Extract a block of lines from a section of the REML log
extract_block(l, x)
l |
numeric. Line number where the block starts. Just after the section heading. |
x |
character vector. Lines of the log. |
character vector. Lines of text corresponding to numeric values under the section.
test_log <-
c("REML log",
"Some info",
"Covariance matrix",
" 1.23E2 4.56E-02 7.89E-03 ",
" 1.23E2 4.56E-02 7.89E-03 "
)
breedR:::extract_block(4, test_log)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.