Learn R Programming

MPV (version 1.64)

tarimage: 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)

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(tarimage, image(x, y, xy))

Run the code above in your browser using DataLab