Menteith {bayess} | R Documentation |
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)
Format
data frame of a 100 x 100 image with 106 grey levels
See Also
Examples
data(Menteith)
image(1:100,1:100,as.matrix(Menteith),col=gray(256:1/256),xlab="",ylab="")
[Package bayess version 1.6 Index]