prspctv {labsimplex} | R Documentation |
3D perspective plot of example response surfaces
Description
Plots a persp
plot of the bivariate
example response surfaces included in the package.
Usage
prspctv(surface, length = 45, noise = 0, x1lim = c(278, 365),
x2lim = c(0, 14), par = NULL, theta = 22, phi = 15, shade = 0.2,
ticktype = "detailed", ...)
Arguments
surface |
example response surface to use. See
|
length |
number of levels to use in each explanatory variables |
noise |
absolute noise to be included in the results |
x1lim |
limits for the first variable (temperature in
|
x2lim |
limits for the second variable (pH in
|
par |
list with graphical parameters ( |
theta |
angles defining the viewing direction.
|
phi |
angles defining the viewing direction.
|
shade |
the shade at a surface facet is computed as
|
ticktype |
character: |
... |
additional graphical parameters (see |
Author(s)
Cristhian Paredes, craparedesca@unal.edu.co
Jesús Ágreda, jagreda@unal.edu.co
Examples
prspctv(surface = exampleSurfaceR2.2pks)
prspctv(surface = exampleSurfaceR2.2pks, theta = 35, phi = 25,
expand = 0.75, xlab = 'Temperature (K)', ylab = 'pH',
zlab = 'Yield (%)')