powered by
Plot covariance heatmap from matrix
draw.cov.matrix(my.matrix, fun = stats::cov, ...)
matrix to calculate the covariance
function to use
arguments to pass to fun function
a ggplot2
# NOT RUN { draw.cov.matrix(matrix(rnorm(100), ncol = 10)) draw.cov.matrix(gen.synth.xdata(10, 10, .2)) # }
Run the code above in your browser using DataLab