plot3Drplus           package:compositions           R Documentation

_p_l_o_t _i_n _3_D _b_a_s_e_d _o_n _r_g_l

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

     3-dimensional plots, which can be rotated and zoomed in/out

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

     ## S3 method for class 'rplus':
     plot3D(x,parts=1:3,...,vlabs=NULL,add=FALSE,bbox=FALSE,cex=1,size=cex,axes=TRUE)

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

       x: an rplus object to be plotted

   parts: the variables in the rplus object to be plotted

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

   vlabs: the labels used for the variable axes

     add: logical, adding  or new plot

    bbox: logical, whether to add a bounding box

     cex: size of the plotting symbol (as character expansion factor)

    size: size of the plotting symbol, only size or cex should be used

    axes: logical, whether to plot a coordinate cross

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

     The function plots rplus objects in a 3D coordinate system, in an
     rgl plot.

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

     Nothing

_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', 'plot', 'plot3D.rmult',

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

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

     x <- cbind(rnorm(10),rnorm(10),rnorm(10))
     plot3D(rplus(exp(x)))
     data(SimulatedAmounts)
     plot3D(rplus(sa.lognormals),cex=4,col=1:nrow(sa.lognormals))

