Description Usage Arguments Value Examples
Create an image_ef object from x.
1 | image_ef(x)
|
x |
A matrix or an atomic vector of type numeric. |
An object of class image_ef
and attribute dim
. Values are taken from x.
the value of dim
corresponds to the value of dim(x)
. If
dim
is not set for x
, c(length(x), 1)
is used instead.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.