| is_nativeraster | R Documentation |
Check if object is a native raster image
is_nativeraster(x)
x |
object to check |
logical. TRUE if object is a native raster image
is_nativeraster(mtcars)
nr <- nr_new(100, 100)
is_nativeraster(nr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.