mfuzzColorBar             package:Mfuzz             R Documentation

_P_l_o_t_s _a  _c_o_l_o_u_r _b_a_r

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

     This function produces a  (separate) colour bar  for graphs
     produced by mfuzz.plot

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

     mfuzzColorBar(col, horizontal=FALSE,...)

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

     col: vector of colours used. If missing, the same vector as the
          default vector for mfuzz.plot is used. If col="fancy", an
          alternative color palette is used (see 'mfuzz.plot2'.

horizontal: If TRUE, a horizontal colour bar is generated, otherwise a
          vertical one will be produced.

     ...: additional parameter passed to 'maColorBar' (see also example
          in mfuzz.plot2)

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

     Matthias E. Futschik (<URL:
     http://itb.biologie.hu-berlin.de/~futschik>)

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

     'maColorBar'

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

     if (interactive()){
      X11(w=1.5,h=5);
      par(mar=c(1,1,1,5))
      mfuzzColorBar()
      mfuzzColorBar(col="fancy",main="Membership value")
     }

