Updated docs

This commit is contained in:
Waldir Leoncio 2021-03-31 10:39:15 +02:00
parent 3f9bb0b9bd
commit 39145ee865
2 changed files with 7 additions and 2 deletions

View file

@ -4,13 +4,16 @@
\alias{cell}
\title{Cell array}
\usage{
cell(n, sz = c(n, n), ...)
cell(n, sz = c(n, n), expandable = FALSE, ...)
}
\arguments{
\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{expandable}{if TRUE, output is a list (so it can take different
lengths)}
\item{...}{Other dimensions}
}
\value{

View file

@ -4,10 +4,12 @@
\alias{find}
\title{Find indices and values of nonzero elements}
\usage{
find(x)
find(x, sort = TRUE)
}
\arguments{
\item{x}{object or logic operation on an object}
\item{sort}{sort output?}
}
\description{
Emulates behavior of `find`