bb3D                  package:uroot                  R Documentation

_B_u_y_s-_B_a_l_l_o_t _3_D _P_l_o_t

_D_e_s_c_r_i_p_t_i_o_n:

     Draw perspective plot of surface over the season-year plane.

_U_s_a_g_e:

         bb3D (wts, color=TRUE, x=30, y=30)
       

_A_r_g_u_m_e_n_t_s:

     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. 'x' gives the
          azimuthal direction and 'y' the colatitude.

_D_e_t_a_i_l_s:

     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.

_A_u_t_h_o_r(_s):

     Javier Lpez-de-Lacalle javlacalle@yahoo.es and Ignacio
     Daz-Emparanza Ignacio.Diaz-Emparanza@ehu.es

_S_e_e _A_l_s_o:

     'bbplot', 'bbaplot', 'bbcn', 'image', and 'persp'.

_E_x_a_m_p_l_e_s:

         ## Buys-Ballot 3D plot.
         data(AirPassengers)
         bb3D(wts=log(AirPassengers))
         bb3D(wts=log(AirPassengers), x=40, y=60)
       

