
Last chance! 50% off unlimited learning
Sale ends in
genotype_curve(gen, sample = 100, quiet = FALSE, thresh = 0.9)
genclone
or genind
object.integer
defining the number of times loci will be
resampled.FALSE
, a progress bar will be displayed. If
TRUE
, nothing is printed to screen as the function runs.data(nancycats)
nan_geno <- genotype_curve(nancycats)
# With AFLP data, it is often necessary to include more markers for resolution
data(Aeut)
Ageno <- genotype_curve(Aeut)
# Many microsatellite data sets have hypervariable markers
data(microbov)
mgeno <- geotype_curve(microbov)
# This data set has been pre filtered
data(monpop)
mongeno <- genotype_curve(monpop)
Run the code above in your browser using DataLab