cocluster_density {metasnf} | R Documentation |
Density plot coclustering stability across subsampled data.
Description
This function creates a density plot that shows, for all pairs of observations that originally clustered together, the distribution of the the fractions that those pairs clustered together across subsampled data.
Usage
cocluster_density(cocluster_df)
Arguments
cocluster_df |
A dataframe containing coclustering data for a single
cluster solution. This object is generated by the |
Value
Density plot (class "gg", "ggplot") of the distribution of coclustering across pairs and subsamples of the data.
[Package metasnf version 1.1.2 Index]