plotvgam()
.plotvgam.control(which.cf = NULL,
xlim = NULL, ylim = NULL, llty = par()$lty,
slty = if (is.R()) "dashed" else 3, 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, ...)
par(lty)
.par(lty)
.par(cex)
.par(pch)
.par(col)
.par(col)
.par(col)
.par(col)
.par(lwd)
.par(lwd)
.TRUE
, the plot will be added
to an existing plot, otherwise a new plot will be made.TRUE
, the plots are done
one at a time, with the user having to hit the return key
between the plots.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