Description Usage Arguments Value Author(s) See Also
see also catplot
| 1 |   calc.CAT(x, y, sizes)
 | 
| x | usually 2 character vectors, but could be a vector of distinct numbers. | 
| y | usually 2 character vectors, but could be a vector of distinct numbers. | 
| sizes | a numeric vector of sizes at which to determine the overlap b/w x and y. eg c(1,5,10,100) will find out how many values in common b/w x and y for the top 1, 5, 10 or 1000 values in x. | 
a numeric vector corresponding to the proportion of values in common in x and y for each given size, named by the size used. eg: if you take top 10 from each list, and 5 are in common, the proportion is 0.5
Mark Cowley, 2008-05-15
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.