rbind.dartR | R Documentation |
rbind is a bit lazy and does not take care for the metadata (so data in the other slot is lost). You can get most of the loci metadata back using gl.compliance.check.
## S3 method for class 'dartR'
rbind(...)
... |
list of dartR objects |
A genlight object
t1 <- platypus.gl
class(t1) <- "dartR"
t2 <- rbind(t1[1:5,],t1[6:10,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.