Description Usage Arguments Author(s) Examples
These functions export from ecogen to genind and viceversa
1 2 3 | ecogen2genind(from)
genind2ecogen(from)
|
from |
Object of class "ecogen" / "genind" |
Leandro Roser learoser@gmail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
data(eco.test)
# ecogen to genind
outGenind <- ecogen2genind(eco)
outGenind
# genind to ecogen
outEco <- genind2ecogen(outGenind)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.