View source: R/subsample_loci.R
subsample_loci | R Documentation |
This function is to assist in estimating statistical strength of your inferences by subsampling the loci you have.
subsample_loci(x, numLoci)
x |
A |
numLoci |
The number of loci you wnat to sample (must be |
A new data.frame
with a subset of loci.
Rodney J. Dyer rjdyer@vcu.edu
data(arapat)
sub <- subsample_loci( arapat, numLoci = 4 )
summary( sub )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.