axCorrgram: Corrgram-like correlation table plot

View source: R/axCorrgram.R

axCorrgramR Documentation

Corrgram-like correlation table plot

Description

In the upper right triangle the correlations are plotted as numbers, and in the lower left triangle a scatterplot with smoothed line is plotted. In the diagonal histogramms are plotted

Usage

axCorrgram(data, method = "pearson", fontsize = 3)

Arguments

data

Matrix / DataFrame with items in columns.

method

A character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman".

fontsize

Base font size of the correlations in cex

Value

Returns a data frame containing the parcels.

Author(s)

Axel Zinkernagel zinkernagel@uni-landau.de

Examples

## Not run: 
axCorrgram(axBoost::df1, fontsize = .7)

## End(Not run)


axzinker/axBoost documentation built on July 4, 2024, 9:14 p.m.