iaunivariate: Interactive app for exploring univariate anomalies

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/iaunivariate.R

Description

Generates an interactive app programmed with the package shiny. It uses the functions discrete1d, skew1d and multimod1d and displays them in histograms.

Which variables from the data set are plotted can be decided interactively by selecting bins within the histograms of the measures. Character variables from the data set can be used for highlighting categories in the plots of the variables.

Usage

1
iaunivariate(data, exp = 1, seed = NULL)

Arguments

data

A data frame.

exp

A positive integer. See multimod1d.

seed

An integer. See multimod1d.

Value

A shiny app object.

Author(s)

Katrin Grimm

References

W. Chang, J. Cheng, J. Allaire, Y. Xie and J. McPherson (2016) shiny: Web Application Framework for R. https://cran.r-project.org/package=shiny.

See Also

discrete1d, skew1d and multimod1d

Examples

1
2
3
4
5
## Not run: 
data(Electon2005)
iaunivariate(Election2005)

## End(Not run)

mbgraphic documentation built on May 2, 2019, 2:45 a.m.