home *** CD-ROM | disk | FTP | other *** search
-
- _P_o_l_y_g_o_n _D_r_a_w_i_n_g
-
- polygon(x, y, col=NULL, border=NULL, ...) {
-
- _A_r_g_u_m_e_n_t_s:
-
- x,y : vectors containing the coordinates of the
- vertices of the polygon.
-
- col : an integer specifying the color to be used in
- filling the polygon. The default is to leave
- polygons unfilled.
-
- border : the color to draw the border. The default is
- to leave the border undrawn.
-
- ... : graphical parameters can be given as argu-
- ments to polygon.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- polygon draws the polygons whose vertices are given in
- x and y. Note that if neither of col or border is
- specified then nothing is drawn.
-
-