Arguments
x1
data for the first horizontal axis, an R
vector
x2
data for the second horizontal axis, an R
vector
y
data for the vertical axis, an R vector
x1lab
label for the x1 axis, (the one called
"xlab" inside persp)
x2lab
label for the x2 axis, (the one called
"ylab" inside persp)
ylab
label for the y (vertical) axis (the one
called "zlab" inside persp)
...
further arguments that are passed to persp.
Note that persp options xlab, ylab, and zlab are ignored,
because this function re-names them x1lab, x2lab, and
ylab.