iascagpcp: Interactive parallel coordinate plots for exploring...

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

View source: R/iascagpcp.R

Description

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.

Usage

1
iascagpcp(sdfdata)

Arguments

sdfdata

A list of class "sdfdata".

Details

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.

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.

B. Schloerke et al. (2016) GGally: Extension to ggplot2. https://cran.r-project.org/package=GGally

See Also

sdf, scag2sdf

Examples

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)

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