Description Usage Arguments Value Author(s) Examples
Return a list of gtypes
for each stratum.
1 | strataSplit(g, strata = NULL, remove.sequences = FALSE)
|
g |
a gtypes object. |
strata |
a character vector giving a subset of strata to select.
If |
remove.sequences |
logical. If |
A named list where each element is a gtypes
object
for a single stratum in g
.
Eric Archer eric.archer@noaa.gov
1 2 3 4 5 | data(msats.g)
# Proportion of unique alleles in each stratum
msats.list <- strataSplit(msats.g)
lapply(msats.list, propUniqueAlleles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.