Description Usage Arguments Value Author(s)
View source: R/as_data_frame.R
This is a conversion function to translate an object of type genind
from
the adegenet package into a normal data frame with locus
objects.
1 2 | ## S3 method for class 'genind'
as.data.frame(x, row.names, optional, ...)
|
x |
An object of type |
row.names |
ignored here |
optional |
ignored here |
... |
ignored here |
A data.frame
object with loci represented as locus
objects.
Rodney J. Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.