nimg | R Documentation |
nimg is a class for storing image data as a 3 dimensional array (y, x, c format). y and x are spatial coordinates, and c is a color dimension.
nimg(im, name)
im |
a 3 dimensional numeric array |
name |
a string for name attribute. |
an object of class nimg
nimg(array(1,c(128,256,3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.