| sc_striated2 | R Documentation | 
Compute angle adjusted striated measure using MST
sc_striated2(x, y) ## Default S3 method: sc_striated2(x, y) ## S3 method for class 'scree' sc_striated2(x, y = NULL) ## S3 method for class 'igraph' sc_striated2(x, y)
| x | numeric vector of x values, or an MST object | 
| y | numeric vector of y values, or a scree object | 
A "numeric" object that gives the plot's striated2 score.
  require(ggplot2)
  require(dplyr)
  ggplot(features, aes(x=x, y=y)) +
     geom_point() +
     facet_wrap(~feature, ncol = 5, scales = "free")
  features %>% group_by(feature) %>% summarise(striated = sc_striated2(x,y))
  sc_striated2(datasaurus_dozen_wide$away_x, datasaurus_dozen_wide$away_y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.