batchPlot.RegressionResults: Plot all the Curves from a Data Set together

Description Usage Arguments

Description

A simple utility method for visualizing the data.

Usage

1

Arguments

results

an instance or list of RegressionResult

...

Arguments passed on to plotteR::batchPlot.list

plotXY

should the x-y points be plotted (if yfun is not NULL)

widthXY

the line width for points to be plotted (only considered if plotXY is TRUE and yfun is not NULL)

plotXF

should the x-y lines be plotted (if ffun is not NULL)

widthXF

the line width for lines to be plotted (only considered if plotXF is TRUE and ffun is not NULL)

names

the names of the lines to be printed in the legend, or NULL if no legend should be plotted

colors

the colors to be used for the plot

xlab

the label for the x-axis

ylab

the label for the y-axis

legend

a list of additional parameters to be passed to legend, or NULL to use the default parameters

x.min.lower

a lower bound for the automatically computed x coordinate minimum

x.min.upper

an upper bound for the automatically computed x coordinate minimum

x.max.lower

a lower bound for the automatically computed x coordinate maximum

x.max.upper

an upper bound for the automatically computed x coordinate maximum

y.min.lower

a lower bound for the automatically computed y coordinate minimum

y.min.upper

an upper bound for the automatically computed y coordinate minimum

y.max.lower

a lower bound for the automatically computed y coordinate maximum

y.max.upper

an upper bound for the automatically computed y coordinate maximum

x.add

some additional x coordinates at which the function should be evaluated, or TRUE if the x coordinate minimum and maximum over all data sets should be added as evaluation points


thomasWeise/regressoR documentation built on May 9, 2019, 8:12 p.m.