Description Usage Arguments Details Value
View source: R/DistanceMatrix.R
Is not that fast...
| 1 | getDistance(id1, id2, normalized = TRUE, ...)
 | 
| id1 | ID of first language | 
| id2 | ID of second language | 
| normalized | should the distance be divided by the length of the sequence | 
| ... | further Arguments | 
Optional arguments are:
words (default 1:210): which words should be included in the alignment
normalized: (default TRUE):
removeMissings: (default TRUE): removes all ? in the sequence and only considers entries, where both languages in comparison have data
removeZeroes: (default: FALSE): if TRUE, only consider entries, where at least one of the two languages have a 1
the distance between language1 and language2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.