rgl.renyiaccum | R Documentation |
Function rgl.renyiaccum
displays a dynamic 3D plot of the result
of renyiaccum
function in the vegan
package. Function persp.renyiaccum
(in
vegan) produces similar static plots.
rgl.renyiaccum(x, rgl.height = 0.2, ...)
x |
A |
rgl.height |
Vertical scaling of the plot. |
... |
Other arguments passed to the function (ignored). |
This is a graphical support function to renyiaccum
in vegan. Similar static plots can be produced by
persp.renyiaccum
.
Function returns nothing.
Roeland Kindt.
renyiaccum
, persp.renyiaccum
,
rgl
.
if (interactive() && require(rgl, quietly = TRUE)){
data(BCI)
mod <- renyiaccum(BCI[1:12,])
persp(mod)
rgl.renyiaccum(mod)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.