From 39145ee865f75e6a6ef6953798867b885d8448dc Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Wed, 31 Mar 2021 10:39:15 +0200 Subject: [PATCH] Updated docs --- man/cell.Rd | 5 ++++- man/find.Rd | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) 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`