Learn R Programming

lares (version 5.2.13)

plot_df: Plot Summary of Numerical and Categorical Features

Description

This function plots all columns frequencies and boxplots, for categorical and numerical respectively.

Usage

plot_df(df)

Value

Plot. Result of df categorical and numerical features.

Arguments

df

Dataframe

See Also

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