[.locus | R Documentation |
locus
objectsAn overload of the [
function for locus
objects.
## S3 method for class 'locus'
x[i]
x |
An object of type |
i |
The index of the allele to grab. |
The allele at the ith position.
Rodney J. Dyer rjdyer@vcu.edu
loci <- c( locus(1:2), locus(1:2), locus( c(1,1) ) )
loci[2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.