plot_cross_correlations: Plot cross correlations

View source: R/plot_cross_correlations.R

plot_cross_correlationsR Documentation

Plot cross correlations

Description

Plot cross correlations

Usage

plot_cross_correlations(
  df,
  eda_var = NULL,
  target_var = NULL,
  reference_var = NULL,
  width = 300,
  height = 450
)

Arguments

df

data frame

eda_var

character

target_var

character name of column for conditional analysis

reference_var

character vector of one or more columns to be used for comparison with eda_var

width

numeric width of plot in pixels

height

numeric height of plot in pixels

Value

NULL. Function called for side effect of rendering exploratory data anlysis visualization

Examples

# plot_conditional_distribution()

johnaclouse/eeda documentation built on July 22, 2022, 12:16 a.m.