Description Usage Arguments Value Author(s) References See Also Examples
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.
1 | iaunivariate(data, exp = 1, seed = NULL)
|
data |
A data frame. |
exp |
A positive integer. See |
seed |
An integer. See |
A shiny app object.
Katrin Grimm
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.
discrete1d
, skew1d
and multimod1d
1 2 3 4 5 | ## Not run:
data(Electon2005)
iaunivariate(Election2005)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.