| coverage {SwathXtend} | R Documentation |
coverage(a, b)
a |
A vector of numerical or string elements |
b |
A vector of numerical or string elements |
The percentage of a that is covered by b
A numeric value representing the coverage percentage of b for a which is defined as the ratio of intersection of a and b over the size of a
coverage(c('a','b','c'),c('b','c','d'))