Improved docs
This commit is contained in:
parent
eff04b3124
commit
3261422605
3 changed files with 4 additions and 53 deletions
|
|
@ -4,7 +4,7 @@
|
|||
\alias{computeAllFreqs2}
|
||||
\title{Compute all freqs - version 2}
|
||||
\usage{
|
||||
computeAllFreqs2(noalle, COUNTS = matrix(NA, 0, 0), SUMCOUNTS = sum(COUNTS))
|
||||
computeAllFreqs2(noalle, COUNTS = matrix(NA, 0, 0), SUMCOUNTS = NA)
|
||||
}
|
||||
\arguments{
|
||||
\item{noalle}{noalle}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ repmat(mx, n)
|
|||
\arguments{
|
||||
\item{mx}{matrix}
|
||||
|
||||
\item{n}{either a scalar with the number of replications in both rows and columns or a 2-length vector with individual repetitions.}
|
||||
\item{n}{either a scalar with the number of replications in both rows and
|
||||
columns or a <= 3-length vector with individual repetitions.}
|
||||
}
|
||||
\value{
|
||||
matrix replicated over `ncol(mx) * n` columns and `nrow(mx) * n` rows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue