Usage
absval.dpred.vs.cov.model.comp(object,
object.ref = NULL,
type = NULL,
ylb=expression(paste("|", Delta, "PRED|")),
main="Default",
...)
absval.dipred.vs.cov.model.comp(object,
object.ref = NULL,
type = NULL,
ylb=expression(paste("|", Delta, "IPRED|")),
main="Default",
...)
absval.dcwres.vs.cov.model.comp(object,
object.ref = NULL,
type = NULL,
ylb=expression(paste("|", Delta, "CWRES|")),
main="Default",
...)
absval.dwres.vs.cov.model.comp(object,
object.ref = NULL,
type = NULL,
ylb=expression(paste("|", Delta, "WRES|")),
main="Default",
...)
absval.diwres.vs.cov.model.comp(object,
object.ref = NULL,
type = NULL,
ylb=expression(paste("|", Delta, "IWRES|")),
main="Default",
...)
Arguments
object
An xpose.data object.
object.ref
An xpose.data object. If not supplied, the user will be
prompted.
type
1-character string giving the type of plot desired. The
following values are possible, for details, see 'plot': '"p"'
for points, '"l"' for lines, '"o"' for overplotted points and
lines, '"b"', '"c"') for (empty if '"c"') points joined by
ylb
A string giving the label for the y-axis. NULL
if
none.
main
The title of the plot. If "Default"
then a default
title is plotted. Otherwise the value should be a string like
"my title"
or NULL
for no plot title. For
"Default"
the function
<
...
Other arguments passed to link{xpose.plot.default}
.