clusterplot           package:BeadExplorer           R Documentation

_P_l_o_t_s _a _h_i_e_r_a_r_c_h_i_c_a_l _c_l_u_s_t_e_r _p_l_o_t

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

     Plot a sample hierarchical cluster plot

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

     clusterplot(data, ...)

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

    data: A matrix of expression data 

     ...: Arguments passed to 'hclust'

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

     Plots a hierarchical clusterplot.  Arguments can be specified that
     are passed to hclust, e.g to specify the distance metric used

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

     None

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

     Gareth Elvidge gareth.elvidge@well.ox.ac.uk

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

     See also 'pc', 'multiDensity', 'multiecdf', 'help'

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

     data(examplebeadData)
     clusterplot(exprs(examplebeadData))

