Learn R Programming

lares (version 4.8.4)

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)

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_cats(), plot_nums(), summer(), tree_var(), trendsRelated()

Examples

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

Run the code above in your browser using DataLab