Description Usage Arguments Details Value See Also Examples
FUNCTION_DESCRIPTION
1 2 3 4 5 6 7 | plot_heatmap(
data,
x = label_2,
y = relationship_id,
fill = label_1_coverage,
fontsize = 6
)
|
data |
PARAM_DESCRIPTION |
x |
PARAM_DESCRIPTION, Default: label_2 |
y |
PARAM_DESCRIPTION, Default: relationship_id |
fill |
PARAM_DESCRIPTION, Default: label_1_coverage |
fontsize |
PARAM_DESCRIPTION, Default: 6 |
DETAILS
OUTPUT_DESCRIPTION
tidyeval-compat
ggplot
,geom_raster
,scale_colour_viridis_d
,theme
,margin
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.