undim | R Documentation |
undim
returns its input with the dim attribute removed
undim(x)
x |
an object |
x without dim attribute
Jens Oehlschlägel
unclass<-
, unclass
, unname
, dim
x <- matrix(1:12, 3)
x
undim(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.