plotvgam.control {VGAM} | R Documentation |
Control Function for plotvgam()
Description
Provides default values for many arguments available for
plotvgam()
.
Usage
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,
shade = FALSE, shcol = "gray80", main = "", ...)
Arguments
which.cf |
Integer vector specifying which component
functions are to be plotted (for each covariate). Must
have values from the
set {1,2,..., |
xlim |
Range for the x-axis. |
ylim |
Range for the y-axis. |
llty |
Line type for the fitted functions (lines).
Fed into |
slty |
Line type for the standard error bands.
Fed into |
pcex |
Character expansion for the points (residuals).
Fed into |
pch |
Character used for the points (residuals).
Same as |
pcol |
Color of the points.
Fed into |
lcol |
Color of the fitted functions (lines).
Fed into |
rcol |
Color of the rug plot.
Fed into |
scol |
Color of the standard error bands.
Fed into |
llwd |
Line width of the fitted functions (lines).
Fed into |
slwd |
Line width of the standard error bands.
Fed into |
add.arg |
Logical.
If |
one.at.a.time |
Logical. If |
.include.dots |
Not to be used by the user. |
noxmean |
Logical. If |
shade , shcol |
|
main |
Character vector, recycled to the number needed. |
... |
Other arguments that may be fed into |
In the above, M
is the number of linear/additive predictors.
Details
The most obvious features of plotvgam
can be
controlled by the above arguments.
Value
A list with values matching the arguments.
Author(s)
Thomas W. Yee
References
Yee, T. W. and Wild, C. J. (1996). Vector generalized additive models. Journal of the Royal Statistical Society, Series B, Methodological, 58, 481–493.
See Also
Examples
plotvgam.control(lcol = c("red", "blue"), scol = "darkgreen", se = TRUE)