rgl.bbox                 package:rgl                 R Documentation

_s_e_t_u_p _B_o_u_n_d_i_n_g _B_o_x _d_e_c_o_r_a_t_i_o_n

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

     Setup the bounding box decoration.

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

     rgl.bbox( 
       xat=NULL, xlab=NULL, xunit=0, xlen=5, 
       yat=NULL, ylab=NULL, yunit=0, ylen=5,
       zat=NULL, zlab=NULL, zunit=0, zlen=5,
       marklen=15.0, marklen.rel=T, ...)

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

xat,yat,zat: vector specifying the tickmark positions

xlab,ylab,zlab: character vector specifying the tickmark labeling

xunit,yunit,zunit: value specifying tick mark base for uniform tick
          mark layout

xlen,ylen,zlen: value specifying the number of tickmarks

 marklen: value specifying the length of the tickmarks

marklen.rel: logical, if TRUE tick mark length is calculated using
          1/`marklen' * axis length, otherwise tick mark length is
          `marklen' in coordinate space

    ... : Material properties. See `rgl.material' for details.

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

     Three different types of tick mark layout are possible. If at is
     not NULL, the ticks are setup at custom positions. If unit is not
     zero, it defines the tick mark base. If length is not zero, it
     specifies the number of ticks that are automatically specified.
     Primary color specifies the bounding box, while secondary color
     specifies the tick mark and font color.

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

     `rgl.material'

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

       rgl.bbox(color="#333377", emission="#333377",specular="#3333FF", shinines=5,alpha=0.8)

