Description Usage Arguments Value Examples
Test if the input is of class 'image_ef'
1 | is.image_ef(img)
|
img |
An object to be tested. |
TRUE, if img
is of class 'image_ef', FALSE otherwise
1 2 3 4 5 | img <- image_ef(c(1,2,3,4))
is.image_ef(img)
noImg <- "a"
is.image_ef(noImg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.