plotvgam()
.plotvgam.control(which.cf = NULL,
xlim = NULL, ylim = NULL, llty = par()$lty,
slty = "dashed", pcex = par()$cex,
pch = par()$pch, pcol = par()$col,
lcol = par()$col, rcol = par()$col,
scol = par()$col, llwd = par()$lwd, slwd = par()$lwd,
add.arg = FALSE, one.at.a.time = FALSE,
.include.dots = TRUE, noxmean= FALSE, ...)
par(lty)
.par(lty)
.par(cex)
.par(pch)
.par(col)
.par(col)
.par(col)
.par(col)
.par(lwd)
.par(lwd)
.TRUE
then the plot will be added
to an existing plot, otherwise a new plot will be made.TRUE
then the plots are done
one at a time, with the user having to hit the return key
between the plots.TRUE
then the point at the mean of $x$,
which is added when
standard errors are specified and
it thinks the function is linear,
is not added.
One might use this argument if ylab
is specified.par()
.plotvgam
can be
controlled by the above arguments.Documentation accompanying the
plotvgam
.plotvgam.control(lcol=c("red", "blue"), scol="darkgreen", se=TRUE)
Run the code above in your browser using DataLab