Minor adjustments for clean check
This commit is contained in:
parent
d074de07f4
commit
0190910244
5 changed files with 7 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ cell(n, sz = c(n, n), ...)
|
|||
\item{n}{a the first dimension (or both, if sz is not passed)}
|
||||
|
||||
\item{sz}{the second dimension (or 1st and 2nd, if not passed)}
|
||||
|
||||
\item{...}{Other dimensions}
|
||||
}
|
||||
\value{
|
||||
An array of zeroes with the dimensions passed on call
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ selvitaDigitFormat(line)
|
|||
\item{line}{the first line after the "pop" word from data in Genepop format. # @note Function clarified based on the line format whether the alleles of the data are given using 2 or 3 numbers.}
|
||||
}
|
||||
\value{
|
||||
|
||||
df
|
||||
}
|
||||
\description{
|
||||
Find out the Digit Format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue