cosine | R Documentation |
Takes two vector-like objects
cosine(x, y = NULL)
x |
vector 1 |
y |
vector 2 |
cosine similarity score of the two vector (dbl)
cos <- cosine_spectra(ions %>% filter(scan == 114), ions %>% filter(scan == 114)) > 0.94
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.