c.locus | R Documentation |
locus
objectsAn overload of the c
function for locus
objects.
## S3 method for class 'locus'
c(..., recursive = FALSE)
... |
The |
recursive |
A flag to do the concatenation recursively. |
A vector of locus
objects
Rodney J. Dyer rjdyer@vcu.edu
loci <- c( locus(1:2), locus(1:2), locus( c(1,1) ) )
loci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.