Added bare-bones lueGenePopData

This commit is contained in:
Waldir Leoncio 2020-06-24 15:16:13 +02:00
parent b2d1b830cd
commit 862a91febc
4 changed files with 84 additions and 64 deletions

17
man/lueGenePopData.Rd Normal file
View file

@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lueGenePopData.R
\name{lueGenePopData}
\alias{lueGenePopData}
\title{Read GenePop Data}
\usage{
lueGenePopData(tiedostonNimi)
}
\arguments{
\item{tiedostonNimi}{Name of the file}
}
\value{
list containing data and popnames
}
\description{
Reads GenePop-formatted data
}