Learn R Programming

ezEDA (version 0.1.1)

multi_measures_relationship: Plot the relationship between many measures

Description

Plot the relationship between many measures

Usage

multi_measures_relationship(data, ...)

Arguments

data

A data frame or tibble

...

Unquoted column names of numeric columns (measures)

Value

A ggplot plot object

Examples

Run this code
# NOT RUN {
multi_measures_relationship(ggplot2::mpg, hwy, displ)
multi_measures_relationship(ggplot2::mpg, cty, hwy, displ)
# }

Run the code above in your browser using DataLab