home *** CD-ROM | disk | FTP | other *** search
-
- _S_c_a_t_t_e_r_p_l_o_t _M_a_t_r_i_c_e_s
-
- pairs(x, labels=dimnames(x)[[2]], panel=points, ...)
-
- _A_r_g_u_m_e_n_t_s:
-
- x : the coordinates of points given as columns of
- a matrix.
-
- labels : the names of the variables.
-
- panel : the function which is used to plot the con-
- tents of each panel of the display.
-
- ... : graphical parameters can be given as argu-
- ments to plot.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- A matrix of scatterplots is produced. The ijth scat-
- terplot contains x[,i] plotted against x[,j]. The
- graphical parameters pch and col can be used to specify
- a vector of plotting symbols and colors to be used in
- the plots.
-
- _E_x_a_m_p_l_e_s:
-
- pairs(judges)
-
-