size {UComp} | R 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)))
[Package UComp version 5.0.4 Index]