This function returns a matrix of matches between each
argument passed. Each cell x_ij in the output
denotes how many times the elements in input i were
found in input j.
Usage
matches(...)
Arguments
...
A set of (possibly named) arguments, all of
the same type.