Learn R Programming

MPV (version 1.64)

noisyimage: noisy image

Description

The noisyimage is a list. The third component is noisy version of the third component of tarimage.

Usage

data(noisyimage)

Arguments

Format

This list contains the following elements:

x

a numeric vector having 101 elements.

y

a numeric vector having 101 elements.

xy

a numeric matrix having 101 rows and columns

Examples

Run this code
with(noisyimage, image(x, y, xy))

Run the code above in your browser using DataLab