plotpersp.csvyConstructs a list of control parameters for use with plotpersp.csvy.
It extends the default settings from plotpersp_control with options specific to csvy plots.
plotpersp_csvy_control(surface = c("C", "U"), x1nm = NULL, x2nm = NULL, categ = NULL,
col = NULL, random = FALSE, ngrid = 12, xlim = NULL, ylim = NULL, zlim = NULL,
xlab = NULL, ylab = NULL, zlab = NULL, th = NULL, ltheta = NULL, main = NULL,
sub = NULL, ticktype = "simple", ci = c("none", "lwr", "up", "both"),
cex = 1, categnm = NULL, type = c("response", "link"),
cex.main = 0.8, box = TRUE, axes = TRUE, nticks = 5, palette = NULL,
NCOL = NULL, transpose = FALSE)A named list of graphical settings for use in plotpersp.csvy.
Plot the constrained ("C") or unconstrained ("U") fit.
Character strings naming the predictor variables for x and y axes.
Optional character string naming a categorical covariate to stratify plots.
Color(s) for surfaces. Can be a palette or custom colors.
If TRUE, colors are assigned randomly.
Number of grid points along each axis.
Optional limits for x, y, z axes.
Axis labels.
Viewing and lighting angles for the plot.
Plot title and subtitle.
Type of ticks: "simple" or "detailed".
Confidence interval display mode: "none", "lwr", "up", "both".
Scaling factor for labels.
Labels for each level of the categorical covariate.
Scale of the surface: "response" (default) or "link".
Scaling factor for main title text.
Logical flags to show box and axes.
Number of tick marks along axes.
Vector of colors for multi-surface plots.
Number of columns in multi-panel layout.
Logical; if TRUE, transpose layout of multi-panel plots.
plotpersp.csvy, plotpersp_control, persp
ctrl <- plotpersp_csvy_control(col = "topo", ci = "both", transpose = TRUE)
Run the code above in your browser using DataLab