ourMELONS/man/cell.Rd

22 lines
444 B
Text
Raw Normal View History

2020-06-24 16:07:13 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cell.R
\name{cell}
\alias{cell}
\title{Cell array}
\usage{
cell(n, sz = c(n, n), ...)
}
\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)}
2020-06-24 16:49:31 +02:00
\item{...}{Other dimensions}
2020-06-24 16:07:13 +02:00
}
\value{
An array of zeroes with the dimensions passed on call
}
\description{
Creates an array of zeros
}