matrixPlot              package:ABarray              R Documentation

_h_e_a_t_m_a_p _f_o_r _m_a_t_r_i_x

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

     Create heatmap from a matrix

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

     matrixPlot(x, nrgcols = 50, rlabels = TRUE, clabels = TRUE, rcols = 1, ccols = 1, k = 10, title = "", ...)

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

       x: a matrix 

 nrgcols: number of colors to use 

 rlabels: whether to use row labels 

 clabels: whether to use column labels 

   rcols: use supplemental row label 

   ccols: use supplemental column label 

       k: number of tick labels for scale bar 

   title: title for the plot 

     ...: additional argument 

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

     This function can be used to plot any numberic matrix, e.g.,
     correlation matrix, S/N matrix, signal intensity matrix, etc

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

     heatmap

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

     Yongming Sun

