correlation_graph: Create a ggpair scatter plot

View source: R/correlation_graph.R

correlation_graphR Documentation

Create a ggpair scatter plot

Description

A short-cut function for creating 2 dimensional ggpair scatterplots

Usage

correlation_graph(dataframe)

Arguments

dataframe

A data frame or tibble.

Value

A ggpairs scatterplot representing a correlation matrix between pairs of variables

Examples

correlation_graph(mtcars)

DSCI-310/DSCI-310-Group-11-package documentation built on April 9, 2022, 12:32 a.m.