plot_cov | R Documentation |
plot_cov
plots and formats a covariance matrix
plot_cov(
Cov,
zlim = NULL,
names = 1:nrow(Cov),
names2 = names,
ncolors = 21,
digits = 2,
...
)
Cov |
matrix (covariance or correlation) used for plotting |
zlim |
numeric-vector (length 2) defining bounds for color-scale of covariance |
names |
Labels for y-axis |
names2 |
Labels for x-axis (on top of covariance) |
ncolors |
Number of colors for color-scale |
digits |
Number of digits for text-labels of covariance |
... |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.