eda_plot: ggPlot Diagnostic Plots

Description Usage Arguments Examples

Description

This function takes in a vector of numerical data and a type of ggplot in order to inspect with more detail.

Usage

1
eda_plot(y, type = c("run", "lag", "hist", "qqn", "spectrum"))

Arguments

y

Numeric vector.

type

Which plot to run. Default is "run".

Examples

1
2
eda_ggPlot(rnorm(500))
eda_ggPlot(rnorm(500), type = "hist")

minbad/quickEDA documentation built on May 22, 2019, 2:48 p.m.