ourMELONS/man/testaaGenePopData.Rd

21 lines
557 B
Text
Raw Normal View History

2020-06-08 15:41:52 +02:00
% 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)
}
2020-06-24 11:48:23 +02:00
\arguments{
\item{tiedostonNimi}{Filename}
}
2020-10-19 14:38:27 +02:00
\value{
kunnossa (binary "ok" condition value) == 0 if the data is not valid genePop data. Otherwise, kunnossa == 1.
}
2020-06-08 15:41:52 +02:00
\description{
Tests GenePop data
}
2020-10-19 14:38:27 +02:00
\details{
GenePop data are textfiles that follow the GenePop format. This function checks if such file is properly formatted as GenePop.
}