corrplot: Calculate and plot the correlation of a given dataset

View source: R/corrheatmap.R

corrplotR Documentation

Calculate and plot the correlation of a given dataset

Description

Calculate and plot the correlation of a given dataset

Usage

corrplot(df, corr = "spearman", xlevels = NULL, ylevels = NULL)

Arguments

df

Dataframe containing HI titer values, each column is a different strain

corr

Correlation method "spearman" "pearson" "kendall", spearman is default

xlevels

Can order or limit the levels on x axis (not done yet)

ylevels

Can order or limit the levels on y axis (not done yet)

Value

The ggplot of the correlation heatmap


j23414/jenplots documentation built on Aug. 28, 2022, 6:32 p.m.