findMatch | R Documentation |
Given two matching vectors of different scales (e.g. raw and cpm), find out which values map with each other, e.g. which cpm corresponds to a raw count of 10?
findMatch(counts1_v, counts2_v, checks_v)
counts1_v |
same scale as the values in checks_v |
counts2_v |
scale that will find equivalent |
checks_v |
values to test |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.