noisyimage {MPV} | R Documentation |
noisy image
Description
The noisyimage
is a list. The third component is
noisy version of the third component of tarimage.
Usage
data(noisyimage)
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
with(noisyimage, image(x, y, xy))
[Package MPV version 1.63 Index]