scagnostics {scagnostics} | R Documentation |
Scagnostics summarise potentially interesting patterns in 2d scatterplot
scagnostics(x,...)
x |
object to calculate scagnostics on |
... |
... |
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
Hadley Wickham <h.wickham@gmail.com>
scagnostics(1:10, 1:10) scagnostics(rnorm(100), rnorm(100)) scagnostics(mtcars) if (require(rggobi)) ggobi(scagnostics(mtcars))