radarImage            package:robustbase            R Documentation

_S_a_t_e_l_l_i_t_e _R_a_d_a_r _I_m_a_g_e _D_a_t_a _f_r_o_m _n_e_a_r _M_u_n_i_c_h

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     data(radarImage)

_F_o_r_m_a_t:

     A data frame with 1573 observations on the following 5 variables.

     '_X._c_o_o_r_d' a numeric vector

     '_Y._c_o_o_r_d' a numeric vector

     '_B_a_n_d._1' a numeric vector

     '_B_a_n_d._2' a numeric vector

     '_B_a_n_d._3' a numeric vector

_S_o_u_r_c_e:

     The website accompanying the MMY-book: <URL:
     http://www.wiley.com/legacy/wileychi/robust_statistics>

_E_x_a_m_p_l_e_s:

     data(radarImage)
     plot(Y.coord ~ X.coord, data = radarImage)
     ## see outliers
     pairs(radarImage[, 3:5], main = "radarImage (n = 1573)")

