summary.IBDprob | R Documentation |
Prints a short summary for objects of class IBDprob
. The
summary consists of the population type, number of evaluation points,
number of individuals and names of the parents in the object.
## S3 method for class 'IBDprob'
summary(object, ...)
object |
An object of class |
... |
Not used. |
No return value, a summary is printed.
## Compute IBD probabilities for Steptoe Morex.
SxMIBD <- calcIBD(popType = "DH",
markerFile = system.file("extdata/SxM", "SxM_geno.txt",
package = "statgenIBD"),
mapFile = system.file("extdata/SxM", "SxM_map.txt",
package = "statgenIBD"))
## Print summary
summary(SxMIBD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.