Prepare layers for sets sizes plot
1 2 3 4 5 | intersection_matrix(
geom = geom_point(size = 3),
segment = geom_segment(),
outline_color = list(active = "black", inactive = "grey70")
)
|
geom |
a geom_point call, allowing to specify parameters (e.g. |
segment |
a geom_segment call, allowing to specify parameters (e.g. |
outline_color |
a named list with two colors for outlines of active and inactive dots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.