atleast_2d | R Documentation |
Ensure that the input has at least two dimensions.
atleast_2d(x)
x |
An appropriate R object supported by |
The same object, but with a "dim"
attribute.
x <- 1:10
x
atleast_2d(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.