plot3D             package:compositions             R Documentation

_3_D-_p_l_o_t _o_f _p_o_s_i_t_i_v_e _d_a_t_a

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

     3D-plot of positive data typically in log-log-log scale. The plot
     is mainly an exploratory tool, and not intended for exact display
     of data.

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

     ## S3 method for class 'aplus':
     plot3D(x,parts=1:3,...,
                     vlabs=NULL,add=FALSE,log=TRUE,bbox=FALSE,coors=TRUE)

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

       x: an aplus object to be plotted

   parts: a numeric xor character vector of length 3 coding the columns
          to be plotted

     ...: additional plotting parameters as described in 'rgl.material'

     add: logical, adding  or new plot

   vlabs: the column names to be plotted, if missing defaults to the
          column names of the selected columns of X

     log: logical, indicating wether to plot in log scale

    bbox: logical, whether to add a bounding box

   coors: logical, plot a coordinate system

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

     If log is TRUE the data is plotted in 'ilt' coordinates. If
     'coors' is true, coordinate arrows are plotted of length 1 and in
     the (aplus-)mean of the dataset. 
      If log is FALSE the data is plotted with plot.rplus

_V_a_l_u_e:

     Called for its side effect of a 3D plot of an aplus object in an
     rgl plot.

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

     K.Gerald v.d. Boogaart <URL: http://www.stat.boogaart.de>

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

     'points3D',   'plot3D', 'plot', 'plot3D.rmult',

     'plot3D.acomp','plot3D.rcomp',, 'plot3D.aplus','plot3D.rplus'

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

     data(SimulatedAmounts)
     plot3D(aplus(sa.lognormals),size=2)

