plotDist.ckmeans: Plot ckmeans object as distance matrix

Description Usage Arguments Details

View source: R/plot_ckmeans.R

Description

Plots the consensus matrix as distance matrix

Usage

1
2
## S3 method for class 'ckmeans'
plotDist(x, col = NULL, ord = TRUE, col_cl = NULL, plot_colorbar = TRUE, ...)

Arguments

x

cKmeans object

col

vector of colors (optional)

ord

vectors of indices for ordering the matrix (optional).

col_cl

vector of colors for the clusters (optional)

plot_colorbar

logical determining whether a color bar should be plotted

...

further arguments passed to the class specific plotDist functions

Details

Distance (and consensus cluster) plot for cKmeans


TankredO/ckmeans documentation built on April 5, 2020, 12:59 a.m.