plot_all_analysis_results_vl: Plot all EDA tables using Vega-Lite

Description Usage Arguments

View source: R/func.R

Description

Create plots with all variables in the EDA table created using get_factor_results or get_numeric_results.

Usage

1
2
plot_all_analysis_results_vl(analysis_results, which = "both",
  color_avg = "salmon", color_count = "skyblue")

Arguments

analysis_results

The EDA analysis results as a 'data.frame'

which

Which plots to show, can be 'count' plotting the histograms, 'average' plotting the averages of the target variable, or 'both' plotting both averages and histograms.

color_avg, color_count

The fill color of the bars for averages and counts.


theunis/eda documentation built on Nov. 5, 2019, 10:05 a.m.