powered by
This function plots cca for different thresholds
myHeatmap( mat, palette_values = mpalette, blue = NULL, xlab = "", ylab = "", show_axes = TRUE, show_labels = TRUE, K = NULL )
No return value, called for plotting heatmap.
A matrix.
Character string. Vector of colour values for the heatmap. Default is package's palette.
Logical. If TRUE, use only scale of blues from palette.
Character. Label for x axis.
Character. Label for y axis.
Logic. Default is True.
Numeric. Number of components.
mat <- matrix(rexp(200, rate=.1), ncol=20)/200 myHeatmap(mat)
Run the code above in your browser using DataLab