Learn R Programming

lares (version 4.7)

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, plot = TRUE)

Arguments

df

Dataframe

plot

Boolean. Plot the object? Otherwise, return grid

See Also

Other Exploratory: corr_cross, corr_var, crosstab, df_str, distr, freqs_df, freqs, gain_lift, get_tweets, missingness, plot_cats, plot_nums, tree_var, trendsRelated