sc_striped | R Documentation |
This metric computes the 1-(ratio between the number of unique values to total data values) on number of rotations of the data, and returns the smallest value. If this value is large it means that there are only a few unique data values, and hence the distribution is discrete
sc_striped(x, y)
x |
numeric vector |
y |
numeric vector |
double
data("datasaurus_dozen_wide") sc_striped(datasaurus_dozen_wide$v_lines_x, datasaurus_dozen_wide$v_lines_y) sc_striped(datasaurus_dozen_wide$dino_x, datasaurus_dozen_wide$dino_y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.