tarimage {MPV} | R Documentation |
target image
Description
The tarimage
is a list.
Most of the values are 0, but there are small regions of 1's.
Usage
data(tarimage)
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(tarimage, image(x, y, xy))
[Package MPV version 1.63 Index]