plot_intro | R Documentation |
Plot basic information (from introduce) for input data.
plot_intro(
data,
geom_label_args = list(),
title = NULL,
ggtheme = theme_gray(),
theme_config = list()
)
data |
input data |
geom_label_args |
a list of other arguments to geom_label |
title |
plot title |
ggtheme |
complete ggplot2 themes. The default is theme_gray. |
theme_config |
a list of configurations to be passed to theme. |
invisibly return the ggplot object
introduce
plot_intro(airquality)
plot_intro(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.