plot methods for classes "bivden" and "rrs"## S3 method for class 'bivden':
plot(x, \dots, display = c("heat", "contour", "persp", "3d"),
show.WIN = TRUE)
## S3 method for class 'rrs':
plot(x, \dots, display = c("heat", "contour", "persp", "3d"),
show.WIN = TRUE)"bivden" resulting from a call to bivariate.density, or an object of class "rss" resulting from a call to riskdisplay."heat".TRUE."heat" selects a heatplot, "contour" is simply a contour plot and "persp" creates a perspective plot. Selection of "3d" uses functions from the rgl package to open an RGL graphics device and creates a 3-dimensional surface which the user can interact with using the mouse. To use ... to improve the appearance of the four possible plot types "heat", "contour", "persp" and "3d", the reader is highly recommended to consult the relevant documentation in the help pages plot.im, contour, persp and persp3d respectively.bivariate.density, risk, plot.default, plot.im, contour, persp, persp3d, par, par3d## see Examples in documentation for functions 'bivariate.density',
## 'risk' and 'tolerance'.Run the code above in your browser using DataLab