Learn R Programming

binostics (version 0.1.3)

scagnostic.index: Find selected scagnostics index value for a scatterplot

Description

Returns the selected scagnostics index for a provided set of two 1d vectors, either by providing the name to the scagnostics.index function, or calling the corresponding wrapper function.

Usage

scagnostic.index(x, y, name = "Outlying")

outlying(x, y)

skewed(x, y)

clumpy(x, y)

sparse(x, y)

striated(x, y)

convex(x, y)

skinny(x, y)

stringy(x, y)

monotonic(x, y)

Arguments

x, y

1d vectors

name

selected index from the list of available scagnostics

Details

Available scagnostics are:

  • Outlying

  • Skewed

  • Clumpy

  • Sparse

  • Striated

  • Convex

  • Skinny

  • Stringy

  • Monotonic

Examples

Run this code
# NOT RUN {
scagnostic.index(rnorm(100), rnorm(100), name = "Convex")
convex(rnorm(100), rnorm(100))
# }

Run the code above in your browser using DataLab