powered by
Construct a heatmap of a matrix using ggplot2.
meanheatmap(x)
Matrix or list of matrices to be plotted
# NOT RUN { set.seed(1) dat <- rlsbclust(ndata = 1, nobs = 100, size = c(6, 6), nclust = c(5, 4, 6, 5)) meanheatmap(Map(tcrossprod, dat[[1]]$interactions$C, dat[[1]]$interactions$D)) # }
Run the code above in your browser using DataLab