Learn R Programming

siRSM (version 1.1)

draw.full.quadratic: Functions for plotting various siRSMs

Description

Internal function called by plot.siRSM. Do NOT use.

Usage

draw.interaction.only(x, xname=NULL, yname=NULL, zname=NULL) draw.full.quadratic(x, xname=NULL, yname=NULL, zname=NULL, center='zero', debug=FALSE)

Arguments

x
an object of class siRSM
xname
character string, name for first (composite) factor
yname
character string, name for second (composite) factor
zname
character string, name for response
center
if 'zero', centers the surface plot at (0,0)
debug
can be turned on for debugging purposes