Learn R Programming

lares (version 4.8.4)

plot_cats: Plot All Categorical Features (Frequencies)

Description

This function filters categorical columns and plots the frequency for each value on every feature.

Usage

plot_cats(df)

Arguments

df

Dataframe

See Also

Other Exploratory: corr_cross(), corr_var(), crosstab(), df_str(), distr(), freqs_df(), freqs_list(), freqs_plot(), freqs(), lasso_vars(), missingness(), plot_df(), plot_nums(), summer(), tree_var(), trendsRelated()

Examples

Run this code
# NOT RUN {
options("lares.font" = NA) # Temporal
data(dft) # Titanic dataset
plot_cats(dft)
# }

Run the code above in your browser using DataLab