Description Usage Arguments Details Author(s) See Also Examples
Draw perspective plot of surface over the season-year plane.
1 2 | bb3D (wts, color=TRUE, x=30, y=30)
|
wts |
a univariate time series object. |
color |
logical. If TRUE a coloured graphic is showed. Otherwise, grey scale. |
x, y |
angles defining the viewing direction. |
When the graphic is showed a window is launched as well. Coordinates of the mouse inside this window represent angles defining the viewing direction. The graphic rotates clicking on it with the right button of the mouse. For it, the package "tcltk" is used.
Javier Lopez-de-Lacalle javlacalle@yahoo.es and Ignacio Diaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
bbplot
, bbaplot
, bbcn
, image
, and
persp
.
1 2 3 4 5 | ## Buys-Ballot 3D plot.
data(AirPassengers)
bb3D(wts=log(AirPassengers))
bb3D(wts=log(AirPassengers), x=40, y=60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.