powered by
Plot basic information (from introduce) for input data.
plot_intro(data, title = NULL, ggtheme = theme_gray(), theme_config = list())
input data
plot title
complete ggplot2 themes. The default is theme_gray.
a list of configurations to be passed to theme.
invisibly return the ggplot object
introduce
# NOT RUN { plot_intro(airquality) plot_intro(iris) # }
Run the code above in your browser using DataLab