Description Usage Arguments Value Examples
A Granularity vs. Integrity scatterplot.
1 | integrityPlot(subject, query)
|
subject |
|
query |
|
A ggplot
object.
1 2 3 4 5 6 7 | a = c(rep("A", 1000), rep("B", 100), rep("C", 10))
b = c(rep("A", 500), rep("B", 595), rep("C", 15))
integrityPlot(a, b)
data(zeisel2018)
integrityPlot(subject = zeisel2018$cell_metadata$class,
query = zeisel2018$cell_metadata$cluster_name)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.