plot_layout_scale | R Documentation |
Plot layout scale by percentage of coordinate range
plot_layout_scale(
layout,
grid_colors = c("grey80", "grey70"),
grid_lty = c("dotted", "solid"),
big_tick = 10,
small_tick = 2.5,
...
)
layout |
|
grid_colors |
|
grid_lty |
|
big_tick , small_tick |
|
... |
additional arguments are ignored. |
The layout
argument supplied coordinates, and largest numeric
range of any column is used to define 100 percent scale.
A grey grid is drawn on a base R plot to indicate the big
and small steps across the range, using big_tick
and small_tick
,
respectively.
Other jam plot functions:
adjust_polygon_border()
,
grid_with_title()
,
jam_igraph()
,
mem_enrichment_heatmap()
,
mem_gene_path_heatmap()
,
mem_legend()
,
mem_multienrichplot()
,
mem_plot_folio()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.