plot_cov: Plot covariance matrix

View source: R/deprecated.R

plot_covR Documentation

Plot covariance matrix

Description

plot_cov plots and formats a covariance matrix

Usage

plot_cov(
  Cov,
  zlim = NULL,
  names = 1:nrow(Cov),
  names2 = names,
  ncolors = 21,
  digits = 2,
  ...
)

Arguments

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 text for labelling covariances


James-Thorson/FishStatsUtils documentation built on July 21, 2024, 2:17 a.m.