plotML              package:HTMLapplets              R Documentation

_p_l_o_t_M_L

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

     Create a plotML file.

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

     plotML(x, y = NULL,
            low.error=NULL, high.error=NULL,
            col=NULL, diameter=NULL,
            file,
            type = "p", pch = 1,
            xlim = NULL, ylim = NULL,
            log = "",
            main = NULL, xlab = "x", ylab = "y",
            bg = "ffffff")

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

       x: the coordinates of points in the plot.

       y: the coordinates of points in the plot.

    file: output file name.

low.error: low value for error bars

high.error: high value for error bars

     col: colours for the data points

diameter: diameter in pixels of the points

    type: 

     pch: 

    xlim: the initial x limits (min,max) of the plot.

    ylim: the initial y limits (min,max) of the plot.

     log: see 'plot.default'.

    main: a main title for the plot.

    xlab: a label for the x axis.

    ylab: a label for the y axis.

      bg: background colour.

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

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

     'HTMLapplets.plot', 'plot'

