Description Usage Arguments Value Author(s) See Also Examples
Overlap of top rows from different top-value methods
1 2 3 |
object |
A |
top_n |
Number of top rows. |
method |
|
fill |
Filled color for the Euler diagram. The value should be a color vector. Transparency of 0.5 are added internally. |
... |
Additional arguments passed to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 | data(golub_cola)
top_rows_overlap(golub_cola, method = "euler")
top_rows_overlap(golub_cola, method = "upset")
top_rows_overlap(golub_cola, method = "venn")
top_rows_overlap(golub_cola, method = "correspondance")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.