| plot_nums | R Documentation |
This function filters numerical columns and plots boxplots.
plot_nums(df)
df |
Dataframe |
Plot. Result of df numerical features.
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()
Sys.unsetenv("LARES_FONT") # Temporal
data(dft) # Titanic dataset
plot_nums(dft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.