MLG_tab
returns a table with one row per MLG and several columns
if there's several units per MLG.
MLG_tab(data1, vecpop = NULL)
a Rclone
table with one allele per column, haploid or diploid data.
vector, option, vecpop
indicates the population name of each unit
of data1
, if data1
contains several populations.
If data1
contains only one population, leave vecpop = NULL
.
a table (one population) or a list of tables (several populations)with one row per MLG and several columns if several units share the same MLG.
Arnaud-Haond et al., 2007, Standardizing methods to address clonality in population studies.
# NOT RUN {
data(posidonia)
res <- MLG_tab(posidonia)
res
# }
Run the code above in your browser using DataLab