powered by
df_plot visualizes the variables in a data frame.
df_plot
df_plot(data)
a data frame.
a ggplot2 graph
ggplot2
For each variable, the plot displays
type (numeric, integer, factor, ordered factor, logical, or date)
numeric
integer
factor
ordered factor
logical
date
percent of available (and missing) cases
Variables are sorted by type and the total number of variables and cases are printed in the caption.
For more descriptive statistics on a data frame see contents.
# NOT RUN { df_plot(cars74) # }
Run the code above in your browser using DataLab