Description Usage Arguments Value Examples
View source: R/compare_results.R
Compare two result files to find similar signatures
1 2 3 4 5 6 7 8 | compare_results(
result,
other_result,
threshold = 0.9,
metric = "cosine",
result_name = deparse(substitute(result)),
other_result_name = deparse(substitute(other_result))
)
|
result |
A |
other_result |
A second |
threshold |
threshold for similarity |
metric |
One of |
result_name |
title for plot of first result signatures |
other_result_name |
title for plot of second result signatures |
Returns the comparisons
1 2 | data(res)
compare_results(res, res, threshold = 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.