Improved docs

This commit is contained in:
Waldir Leoncio 2020-02-25 15:41:20 +01:00
parent eff04b3124
commit 3261422605
3 changed files with 4 additions and 53 deletions

View file

@ -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}

View file

@ -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