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