plotArray             package:beadarray             R Documentation

_P_l_o_t _o_u_t_l_i_n_e _o_f _h_e_x_a_g_o_n_a_l _a_r_r_a_y

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

     Uses maximum x and y co-ordinates to plot the outline of a
     hexagonal array. The plot

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

     plotArray(xmax, ymax,SAM=TRUE,...)

_A_r_g_u_m_e_n_t_s:

    xmax: numeric value specifying the maximum x co-ordinate on the
          array

    ymax: numeric value specifying the maximum y co-ordinate on the
          array

     SAM: if TRUE the array will be assumed to be from a SAM experiment
          (hexagonal)

     ...: further graphical parameters to 'plot'

_V_a_l_u_e:

     Plot is produced on the current graphical device

_A_u_t_h_o_r(_s):

     Mark Dunning

