size: size

View source: R/UCS3functions.R View source: R/tools.R

sizeR Documentation

size

Description

size of vectors or matrices

Size of vector, matrix or array

Usage

size(y)

size(y)

Arguments

y

a vector, matrix or array

Value

A vector with all the dimensions

Author(s)

Diego J. Pedregal

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, tsDisplay

Examples

s <- size(matrix(4, 3, 2))
s <- size(rep(4, 3))
s <- size(array(4, c(3, 2, 2)))

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to size in UComp...