gsipairs            package:compositions            R Documentation

_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n_s _o_f _t_h_e _c_o_m_p_o_s_i_t_i_o_n_s _p_a_c_k_a_g_e

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

     Creates a paired plot like pairs but allows to add additional
     panels afterwards

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

     gsi.pairs(x, labels, panel = points, ..., main = NULL, oma = NULL, 
         font.main = par("font.main"), cex.main = par("cex.main"), 
         lower.panel = panel, upper.panel = panel, diag.panel = NULL, 
         text.panel = textPanel, label.pos = 0.5 + has.diag/3, cex.labels = NULL, 
         font.labels = 1, row1attop = TRUE, gap = 1,add=list(),xlim=apply(x,2,range),ylim=apply(x,2,range),log="",noplot=FALSE)
     gsi.add2pairs(x,panel,...,noplot=FALSE)
     gsi.plots

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

       x: a multivariate dataset

  labels: The names of the variables

   panel: The function to performe the actual pairwise plots.

     ...: see 'pairs'

    main: see 'pairs'

     oma: see 'pairs'

font.main: see 'pairs'

cex.main: see 'pairs'

lower.panel: see 'pairs'

upper.panel: see 'pairs'

diag.panel: see 'pairs'

text.panel: see 'pairs'

label.pos: see 'pairs'

cex.labels: see 'pairs'

font.labels: see 'pairs'

row1attop: see 'pairs'

     gap: see 'pairs'

     add: additional parameter containing a list of additional panels

    xlim: additional 2x'ncol(x)'-matrix parameter giving in 'xlim[,j]'
          the xlims of the j-th column 

    ylim: additional 2x'ncol(x)'-matrix parameter giving in 'ylim[,i]'
          the ylims of the j-th column 

     log: additional parameter with possible values like in 'plot'
          allowing to log some plots, without a warning

  noplot: Logical indicating wether the plotting should be suppressed.
          This is usefull for plotting single page postscripts.

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

     'gsi.pairs'  essentially copies the functionality of 'pairs'.
     However it additionally stores its own parameters in the dev.cur()
     position of gsi.plots and allows to modify the parameters and redo
     a modified plot afterwards. This is mainly done by 'gsi.add2pairs'
     by modifying the additional add parameter, that specifies more
     panels. This meachnism showed not be used directly since it is
     planed to replace the whole meachnism by a more rigor solution
     soon.

_N_o_t_e:

     Do not use gsi.* functions directly since they are internal
     functions of the package

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

     'gsi',

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

