corr_map: Title

Description Usage Arguments Value Examples

View source: R/corr_map.R

Description

Title

Usage

1
corr_map(df, columns)

Arguments

df

data frame object for the correlation map

columns

character vector of columns to generate correlation map from

Value

the correlation map plot based on the given (numeric) columns

Examples

1
2
3
library(palmerpenguins)
plots_list <- corr_map(penguins, c('body_mass_g', 'flipper_length_mm'))
plots_list

UBC-MDS/slimreda documentation built on Feb. 7, 2022, 9:12 a.m.