Translated cell(), added tests
This commit is contained in:
parent
862a91febc
commit
31aeb99257
3 changed files with 41 additions and 0 deletions
19
man/cell.Rd
Normal file
19
man/cell.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% 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)}
|
||||
}
|
||||
\value{
|
||||
An array of zeroes with the dimensions passed on call
|
||||
}
|
||||
\description{
|
||||
Creates an array of zeros
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue