plots the data as specified
PlotOutput(sub.sample, x, y, y2 = FALSE, y3 = FALSE, legend.y,
legend.y2 = FALSE, legend.y3 = FALSE, x.axis, y.axis,
x.intercept = FALSE, y.intercept = FALSE,
legend.x.intercept = FALSE, line.x, line.y, line.y2 = FALSE,
line.y3 = FALSE, legend.line.y, legend.line.y2 = FALSE,
legend.line.y3 = FALSE, show.legend = show.legend)
sample ID
vector containing the x coordinates of the data to be plotted as points
vector containing the y coodinates of the data to be plotted as points
optional vector containing the second y coordinates of the data to be plotted as points
optional vector containing the third y coordinates of the data to be plotted as points
string, name of data points to be printed in the legend
string, optional name of second set of data points to be printed in the legend
string, optional name of third set of data points to be printed in the legend
string, label of x axis
sring, label of y axis
vector containg the x coordinate of the intercept
optional vector containg the y coordinate of the intercept
string, name of x.intercept to be printed in the legend
vector containing the x coordinate for the lines
vector containing the y coordinates for the line
vector containing the y coordinates for the second line
vector containing the y coordinates for the second line
string, name of line to be printed in the legend
string, name of second line to be printed in the legend
string, name of third line to be printed in the legend
boolean, specifies whether a legend is to be printed
graphic