plot_cats | R Documentation |
This function filters categorical columns and plots the frequency for each value on every feature.
plot_cats(df)
df |
Dataframe |
Plot. Result of df
categorical features.
Other Exploratory:
corr_cross()
,
corr_var()
,
crosstab()
,
df_str()
,
distr()
,
freqs()
,
freqs_df()
,
freqs_list()
,
freqs_plot()
,
lasso_vars()
,
missingness()
,
plot_df()
,
plot_nums()
,
tree_var()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.