Changed function default arguments
This commit is contained in:
parent
70528756fc
commit
1d446fb6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
\alias{simulateAllFreqs}
|
||||
\title{Simulate All Frequencies}
|
||||
\usage{
|
||||
simulateAllFreqs(noalle, COUNTS = matrix())
|
||||
simulateAllFreqs(noalle, COUNTS = matrix(NA, 0, 0))
|
||||
}
|
||||
\arguments{
|
||||
\item{noalle}{noalle}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue