Improved handleData() to handle FASTA (#25)
This commit is contained in:
parent
95d9d658cb
commit
f47e13d3a9
2 changed files with 16 additions and 13 deletions
|
|
@ -4,10 +4,12 @@
|
|||
\alias{handleData}
|
||||
\title{Handle Data}
|
||||
\usage{
|
||||
handleData(raw_data)
|
||||
handleData(raw_data, format = "Genepop")
|
||||
}
|
||||
\arguments{
|
||||
\item{raw_data}{Raw data in Genepop or BAPS format}
|
||||
|
||||
\item{format}{data format}
|
||||
}
|
||||
\description{
|
||||
Handle Data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue