Satellite Radar Image Data from near Munich
从慕尼黑附近的卫星雷达图像数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The data were supplied by A. Frery. They are a part of a synthetic aperture satellite radar image corresponding to a suburb of Munich. Provided are coordinates and values corresponding to three frequency bands for each of 1573 pixels.
被由A. Frery提供的数据。他们的合成孔径卫星雷达图像对应的慕尼黑郊区的一个部分。本发明提供对应于为每个1573像素的三个频带的坐标和值。
用法----------Usage----------
data(radarImage)
格式----------Format----------
A data frame with 1573 observations on the following 5 variables.
1573以下5个变量的观察数据框。
X.coord a numeric vector
X.coord一个数值向量
Y.coord a numeric vector
Y.coord一个数值向量
Band.1 a numeric vector
Band.1一个数值向量
Band.2 a numeric vector
Band.2一个数值向量
Band.3 a numeric vector
Band.3一个数值向量
源----------Source----------
The website accompanying the MMY-book: http://www.wiley.com/legacy/wileychi/robust_statistics
伴随着MMY书:http://www.wiley.com/legacy/wileychi/robust_statistics网站
实例----------Examples----------
data(radarImage)
plot(Y.coord ~ X.coord, data = radarImage)
## see outliers[#见异常值]
pairs(radarImage[, 3:5], main = "radarImage (n = 1573)")