Description Usage Arguments Details Value Author(s) References See Also Examples
An interactive parallel coordinate plot for exploring scagnostics results programmed with the package shiny. If sdfdata
is generated by function sdf
, Outliers and Exemplars can be explored separately. Selections within the parallel coordinate plot can be made by drawing boxes on the axes around the chosen line.
1 | iascagpcp(sdfdata)
|
sdfdata |
A list of class |
For scaling the three options 'std' (every scagnostic individually by subtraction of mean and division by standard deviation), 'uniminmax' (every scagnostic individually to unit interval) and 'globalminmax' (no scaling) can be used. See also ggparcoord
.
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.
B. Schloerke et al. (2016) GGally: Extension to ggplot2. https://cran.r-project.org/package=GGally
1 2 3 4 5 6 7 | ## Not run:
data(Election2005)
# some demographic/economic variables
sdfdata <- sdf(Election2005[,5:40])
iascagpcp(sdfdata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.