indel_similarity | R Documentation |
Calculates the insertion/deletion (Indel) similarity between two strings.
indel_similarity(s1, s2)
s1 |
The first string. |
s2 |
The second string. |
A numeric value representing the Indel similarity.
indel_similarity("kitten", "sitting")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.