Learn R Programming

lares (version 5.2.13)

plot_nums: Plot All Numerical Features (Boxplots)

Description

This function filters numerical columns and plots boxplots.

Usage

plot_nums(df)

Value

Plot. Result of df 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_df(), tree_var()

Examples

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

Run the code above in your browser using DataLab