check_cross2 | R Documentation |
Check the integrity of the data within a cross2 object.
check_cross2(cross2)
cross2 |
An object of class |
Checks whether a cross2 object meets the specifications. Problems are issued as warnings.
If everything is correct, returns TRUE
; otherwise FALSE
,
with attributes that give the problems.
grav2 <- read_cross2(system.file("extdata", "grav2.zip", package="qtl2"))
check_cross2(grav2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.