ourMELONS/man/testaaGenePopData.Rd
2020-07-31 14:05:55 +02:00

20 lines
557 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testaaGenePopData.R
\name{testaaGenePopData}
\alias{testaaGenePopData}
\title{Tests GenePop data}
\usage{
testaaGenePopData(tiedostonNimi)
}
\arguments{
\item{tiedostonNimi}{Filename}
}
\value{
kunnossa (binary "ok" condition value) == 0 if the data is not valid genePop data. Otherwise, kunnossa == 1.
}
\description{
Tests GenePop data
}
\details{
GenePop data are textfiles that follow the GenePop format. This function checks if such file is properly formatted as GenePop.
}