Rdocumentation
powered by
Learn R Programming
ramify (version 0.1.0)
size: Dimensions of a Matrix
Description
Retrieve the dimensions of a matrix.
Usage
size(x)
Arguments
x
A matrix or data frame.
Value
The dimensions of a matrix.
See Also
dim
.
m <- mat("1, 3, 5; 7, 9, 11") size(m)