sc_sparse2 | R Documentation |
Compute adjusted sparse measure using the alpha hull
sc_sparse2(x, y) ## Default S3 method: sc_sparse2(x, y) ## S3 method for class 'scree' sc_sparse2(x, y = NULL) ## S3 method for class 'list' sc_sparse2(x, y = NULL)
x |
numeric vector of x values |
y |
numeric vector of y values |
A "numeric" object that gives the plot's sparse2 score.
require(ggplot2) require(tidyr) require(dplyr) data(anscombe_tidy) ggplot(anscombe_tidy, aes(x=x, y=y)) + geom_point() + facet_wrap(~set, ncol=2, scales = "free") sc_sparse2(anscombe$x1, anscombe$y1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.