| plot_df {lares} | R Documentation |
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 |
Value
Plot. Result of df categorical and 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_nums(),
tree_var()
[Package lares version 5.2.8 Index]