cplot: Create a clean correlation plot

View source: R/corrplot.R

cplotR Documentation

Create a clean correlation plot

Description

This function is a thin wrapper around corrplot

Usage

cplot(
  mat,
  tl.pos = "n",
  cl.pos = "n",
  method = "square",
  addgrid.col = NA,
  ...
)

Arguments

mat

<matrix> or <list<matrix>> the matrix or list of matrices to be displayed.

tl.pos

<string> text label position, see corrplot::corrplot()

cl.pos

<string> color label position, see corrplot::corrplot()

method

<string> drawing method, see corrplot::corrplot()

addgrid.col

<string> grid colour see corrplot::corrplot()

...

other arguments passed to corrplot::corrplot()

See Also

corrplot


vankesteren/efast documentation built on March 5, 2024, 9:41 p.m.