Learn R Programming

cgam (version 1.31)

plotpersp_control: Control Parameters for plotpersp.cgam

Description

Constructs a list of control parameters to customize the appearance of perspective plots created by plotpersp.cgam.

Usage

plotpersp_control(surface = "mu", 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")

Arguments

Value

A named list of control settings for use with plotpersp.

See Also

plotpersp, persp

Examples

Run this code
ctrl <- plotpersp_control(col = "topo", ngrid = 20, th = 45)
# Then used inside plotpersp:
# plotpersp(fit, control = ctrl)

Run the code above in your browser using DataLab