Learn R Programming

tiger (version 0.2.2)

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