scree {cassowaryr}R Documentation

Pre-processing to generate scagnostic measures

Description

Pre-processing to generate scagnostic measures

Usage

scree(x, y, binner = NULL, ...)

Arguments

x, y

numeric vectors

binner

an optional function that bins the x and y vectors prior to triangulation

...

other args

Value

An object of class "scree" that consists of three elements:

Examples


x <- runif(100)
y <- runif(100)
scree(x,y)


[Package cassowaryr version 2.0.0 Index]