plot_nums: Plot All Numerical Features (Boxplots)

plot_numsR Documentation

Plot All Numerical Features (Boxplots)

Description

This function filters numerical columns and plots boxplots.

Usage

plot_nums(df)

Arguments

df

Dataframe

Value

Plot. Result of df numerical features.

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_df(), tree_var()

Examples

Sys.unsetenv("LARES_FONT") # Temporal
data(dft) # Titanic dataset
plot_nums(dft)

laresbernardo/lares documentation built on Aug. 7, 2024, 10:58 p.m.