diff --git a/man/cell.Rd b/man/cell.Rd index 1123477..4b1b3ac 100644 --- a/man/cell.Rd +++ b/man/cell.Rd @@ -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{ diff --git a/man/find.Rd b/man/find.Rd index f7f4929..e429d07 100644 --- a/man/find.Rd +++ b/man/find.Rd @@ -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`