Plot layout scale by percentage of coordinate range
Source:R/jam-igraph-plot.R
plot_layout_scale.RdPlot layout scale by percentage of coordinate range
Arguments
- layout
matrixordata.framewith at least two columns, only the first two columns are used for the grid.- grid_colors
charactercolors used for the small and big grid lines, respectively.- grid_lty
integerorcharacterline type used for the small and big grid lines, respectively.- big_tick, small_tick
numericvalues in percent, the step size between big grid lines, and small grid lines, respectively.- ...
additional arguments are ignored.
Details
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.
See also
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()