View source: R/genepop_reorder.R
genepop_reorder | R Documentation |
Function to subset loci and populations
genepop_reorder(genepop, reorder, path)
genepop |
the genepop data to be manipulated. This can be either a file path or a dataframe read in with tab separation, header=FALSE , quote="", and stringsAsFactors=FALSE. This will be the standard genepop format with the first n+1 rows corresponding to the n loci names, or a single comma delimited row of loci names followed by the locus data. Populations are separated by "Pop". Each individual ID is linked to the locus data by " , " (space,space space) and is read in as as a single row (character). |
reorder |
vector of the population names in the order required. Note all population names must be included and can be determined using genepop_detective(). |
path |
the filepath and filename of output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.