Learn R Programming

bayess (version 1.6)

Menteith: Grey-level image of the Lake of Menteith

Description

This dataset is a 100x100 pixel satellite image of the lake of Menteith, near Stirling, Scotland. The purpose of analyzing this satellite dataset is to classify all pixels into one of six states in order to detect some homogeneous regions.

Usage

data(Menteith)

Arguments

Format

data frame of a 100 x 100 image with 106 grey levels

See Also

reconstruct

Examples

Run this code
data(Menteith)
image(1:100,1:100,as.matrix(Menteith),col=gray(256:1/256),xlab="",ylab="")

Run the code above in your browser using DataLab