R/jam-igraph-plot.R
plot_layout_scale.Rd
Plot layout scale by percentage of coordinate range
matrix
or data.frame
with at least two columns,
only the first two columns are used for the grid.
character
colors used for the small and big grid
lines, respectively.
integer
or character
line type used for the
small and big grid lines, respectively.
numeric
values in percent, the step size
between big grid lines, and small grid lines, respectively.
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()