Gets the dimension of the object
## Default S3 method: dimension(object, ...)
object |
The object for which the dimension should be obtained. |
... |
Not used. |
Henrik Bengtsson
ll.default
().
dim
() and length
().
dimension(matrix(1:100, ncol=10)) # 10 10 dimension(1:14) # 14 dimension(data.frame(a=1:10, b=10:1)) # 10 2 dimension(print) # NULL
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.