Description Usage Arguments Value Examples
Compute similarity based on length to assign each subject to most similar trajectory
1 | sim_length(x, y)
|
x |
Numeric vector of node numbers indicating an individual's trajectory |
y |
Numeric vector of node numbers indicating a general trajectory |
A scalar as measure of similarity
1 | sim_length(c(1,2), c(1,3,4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.