im_noise: Create a white noise image

View source: R/pictplot.R

im_noiseR Documentation

Create a white noise image

Description

Create a white noise image

Usage

im_noise(height, width, n.channel = 3)

Arguments

height

image height

width

image width

n.channel

number of color channel. either 1 (gras scale noise) or 3 (color noise)

Value

an image

Examples

plot(im_noise(128, 128))

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.