plotML {HTMLapplets}R Documentation

plotML

Description

Create a plotML file.

Usage

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")

Arguments

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.

See Also

HTMLapplets.plot, plot


[Package HTMLapplets version 0.1-2.1 Index]