rep.locus | R Documentation |
A quick replacement for rep
so it does not
replicate a locus
object as a character so
we can use functions like outer
efficiently.
## S3 method for class 'locus'
rep(x, times, ...)
x |
An object of type character |
times |
The number of times to replicate this |
... |
Ignored |
A vector of locus
objects
Rodney J. Dyer rjdyer@vcu.edu
loc1 <- locus( c("A","B"))
rep(loc1, times=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.