Learn R Programming

DataExplorer (version 0.7.0)

plot_intro: Plot introduction

Description

Plot basic information (from introduce) for input data.

Usage

plot_intro(data, title = NULL, ggtheme = theme_gray(),
  theme_config = list())

Arguments

data

input data

title

plot title

ggtheme

complete ggplot2 themes. The default is theme_gray.

theme_config

a list of configurations to be passed to theme.

Value

invisibly return the ggplot object

See Also

introduce

Examples

Run this code
# NOT RUN {
plot_intro(airquality)
plot_intro(iris)
# }

Run the code above in your browser using DataLab