draw.cov.matrix: Plot covariance heatmap from matrix

View source: R/covariance.R

draw.cov.matrixR Documentation

Plot covariance heatmap from matrix

Description

Plot covariance heatmap from matrix

Usage

draw.cov.matrix(my.matrix, fun = stats::cov, ...)

Arguments

my.matrix

matrix to calculate the covariance

fun

function to use

...

arguments to pass to fun function

Value

a ggplot2

Examples

draw.cov.matrix(matrix(rnorm(100), ncol = 10))
draw.cov.matrix(gen.synth.xdata(10, 10, .2))

averissimo/loose.rock documentation built on Dec. 8, 2022, 11:53 p.m.