plot_analysis_category: Plot EDA tables

Description Usage Arguments

View source: R/func.R

Description

Create plots with all variables in the EDA table created using create_analysis_table or create_numeric_table.

Usage

1
2
3
4
5
plot_analysis_category(analysis_result, type = "count",
  position = "fill", color = "#df0000")

plot_analysis_category_vl(analysis_result, type = "average",
  color = "salmon")

Arguments

analysis_result

The EDA analysis result as a 'data.frame'

type

Can be 'count' to plot the EDA resuls when calculated using counts, 'average' to plot the results when calculated using the average of the target variable or 'count_all' to get a count of all the values in the variables

position

When type = 'count', what position parameter to use

color

The fill color of the bars


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