curve3d {RRJ}R Documentation

Make a 3D plot using a similar syntax to the syntax of curve

Description

curve3d Make a 3D plot using a similar syntax to the syntax of curve.

Usage

curve3d(expr,x1lim=c(0,100),x2lim=c(0,100),tk=FALSE,
x1lab="x",ylab="y",x2lab="x2",ylim=range(y, na.rm = TRUE),
contour=FALSE,filled=FALSE,...)

Arguments

expr an expression written as a function of 'x1' and 'x2', or alternatively the name of a function which will be plotted.
x1lim, x2lim, ylim x1, x2 and y-limits. The plot is produced so that the rectangular volume defined by these limits is visible.
x1lab, x2lab, ylab titles for the axes. N.B. These must be character strings; expressions are not accepted. Numbers will be coerced to character strings.
tk Make a plot using tcl/tk interface to add interactivity in plot. Default is FALSE
contour Logical, make a contour plot using persp. Default is FALSE
filled Logical, make a filled contour plot using persp. Default is FALSE
... additional graphical parameters (see 'par' and 'persp')

Acknowledgements

I thank all R-help list's contributors for yours, direct or indirect, contributions in this function.

Author(s)

Ronaldo Reis Jr. <chrysopa@insecta.ufv.br>

See Also

plot,par,persp


[Package RRJ version 0.6.3 Index]