powered by
Constructs a list of control parameters to customize the appearance of perspective plots created by plotpersp.cgam.
plotpersp.cgam
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")
A named list of control settings for use with plotpersp.
plotpersp
plotpersp, persp
persp
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