size | R Documentation |
Function written to match MATLAB's size function
size(obj, dimension.index = NULL)
obj |
An object you want to know the various dimensions of. Typically a matrix. |
dimension.index |
Which dimension you are interested in. |
The dimensions of the object or specific dimension you are interested in.
Other MATLAB:
cell()
,
diag_matlab()
,
feval()
,
fileparts()
,
isempty()
,
ones()
,
rand()
,
randn()
,
tic()
,
toc()
,
zeros()
size(c(2,3,4,5,6))
size(10)
size(zeros(4,7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.