ndim | R Documentation |
This function is shorthand for length(dim(object))
.
ndim(object)
object |
An R object. |
The dimensionality of the object. Objects without a dim
attribute will produce zero.
Jon Clayden <code@clayden.org>
ndim(array(0L, dim=c(10,10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.