vec | R Documentation |
Vectorize
vec(x, ...) ## Default S3 method: vec(x, ...)
x |
If |
... |
further arguments passed to |
(x <- matrix(1:9, ncol = 3)) vec(x) vec(ysym(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.