scagnostics {scagnostics}R Documentation

Calculcate scagnostics for a scatterplot

Description

Scagnostics summarise potentially interesting patterns in 2d scatterplot

Usage

scagnostics(x,...)

Arguments

x object to calculate scagnostics on
... ...

Details

Current scagnostics are:

These are described in more detail in: Graph-Theoretic Scagnostics, Leland Wilkinson, Anushka Anand, Robert Grossman. http://www.ncdm.uic.edu/publications/files/proc-094.pdf

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

scagnostics(1:10, 1:10)
scagnostics(rnorm(100), rnorm(100))
scagnostics(mtcars)

if (require(rggobi)) ggobi(scagnostics(mtcars))

[Package scagnostics version 0.1.0 Index]