Description Usage Arguments Value See Also Examples
Calculate allele counts
1 | landscape.allelecount(Rland, tbl.out=FALSE)
|
Rland |
the Rmetasim landscape object |
tbl.out |
Create a table rather than data.frame output |
Depends on the value of tbl.out. See above.
landscape.allelefreq, landscape.obs.het, landscape.exp.het, landscape.Fwright, landscape.Fst
1 2 3 4 5 | exampleland <- landscape.new.example()
exampleland <- landscape.simulate(exampleland, 4)
landscape.allelefreq(exampleland,tbl.out=TRUE)
landscape.allelefreq(exampleland,tbl.out=FALSE)
rm(exampleland)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.