Rdocumentation
powered by
Learn R Programming
tiger (version 0.1)
LCS: Longest common sequence
Description
Faster implementation of the function provided by the qualV-package
Usage
LCS(a, b)
Arguments
a
first vector.
b
second vector.
See Also
LCS