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

Description Usage Arguments Details Examples

View source: R/indexfunctions.r

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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:

Examples

1
2
scagnostic.index(rnorm(100), rnorm(100), name = "Convex")
convex(rnorm(100), rnorm(100))

binostics documentation built on Jan. 27, 2021, 5:08 p.m.