| plot_nums {lares} | R 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_df(),
freqs_list(),
freqs_plot(),
freqs(),
lasso_vars(),
missingness(),
plot_cats(),
plot_df(),
tree_var()
Examples
Sys.unsetenv("LARES_FONT") # Temporal
data(dft) # Titanic dataset
plot_nums(dft)
[Package lares version 5.2.8 Index]