scree | R Documentation |
Pre-processing to generate scagnostic measures
scree(x, y, binner = NULL, ...)
x, y |
numeric vectors |
binner |
an optional function that bins the x and y vectors prior to triangulation |
... |
other args |
An object of class "scree" that consists of three elements:
del
: the Delauney-Voronoi tesselation from alphahull::delvor()
weights
: the lengths of each edge in the Delauney triangulation
alpha
: the radius or alpha
value that will be used to generate the
alphahull
x <- runif(100) y <- runif(100) scree(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.