my_corr_num_graph: EDA Correlation Chart for all Numerics Variables

View source: R/jofou_EDA.R

my_corr_num_graphR Documentation

EDA Correlation Chart for all Numerics Variables

Description

Show PerformanceAnalytics correlation chart for all the numeric varibles in the data.

Usage

my_corr_num_graph(df, na.rm = TRUE)

Arguments

df

A data frame.

na.rm

will remove NAs before making plots.

Details

  • Data must have the type of variables your looking to summarize.

Examples

library(tidyverse)

iris %>%
    my_corr_num_graph()


Jofou/jofou.lib documentation built on May 22, 2022, 11:42 a.m.