Updated documentation
This commit is contained in:
parent
ba1573ad59
commit
21493cdad5
5 changed files with 17 additions and 5 deletions
|
|
@ -13,5 +13,5 @@ rivinSisaltamienMjonojenLkm(line)
|
|||
count
|
||||
}
|
||||
\description{
|
||||
Number of M queues
|
||||
Returns the number of queues contained in the line. There must be a space between the queues.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,12 @@ 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.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ testaaPop(rivi)
|
|||
\item{rivi}{Line}
|
||||
}
|
||||
\value{
|
||||
pal
|
||||
pal = 1 if the line starts with one of the following
|
||||
}
|
||||
\description{
|
||||
Test a line in the population
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue