im_noise | R Documentation |
Create a white noise image
im_noise(height, width, n.channel = 3)
height |
image height |
width |
image width |
n.channel |
number of color channel. either 1 (gras scale noise) or 3 (color noise) |
an image
plot(im_noise(128, 128))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.