R/jamenrich-bivariatecolor.R
display_colorRamp2D.Rd
Display colors from bivariate color function
display_colorRamp2D(
col_fun,
pretty.n = 12,
xlab = "",
ylab = "",
main = "",
...
)
function
output from colorRamp2D()
.
numeric
passed to pretty()
to determine the
y-axis and x-axis label breaks, respectively, or
NULL
to use breaks encoded in col_fun
.
character
strings passed to title()
.
additional arguments are passed to title()
.
This function provides a very rudimentary method for displaying
a bivariate 2-D color matrix out from colorRamp2D()
.
Other jam utility functions:
avg_angles()
,
avg_colors_by_list()
,
call_fn_ellipsis_deprecated()
,
cell_fun_bivariate()
,
collapse_mem_clusters()
,
colorRamp2D()
,
deconcat_df2()
,
enrichList2geneHitList()
,
filter_mem_genes()
,
filter_mem_sets()
,
find_colname()
,
get_hull_data()
,
get_igraph_layout()
,
gsubs_remove()
,
handle_igraph_param_list()
,
isColorBlank()
,
make_legend_bivariate()
,
make_point_hull()
,
mem_find_overlap()
,
order_colors()
,
rank_mem_clusters()
,
rotate_coordinates()
,
subgraph_jam()
,
subset_mem()
,
summarize_node_spacing()
,
xyAngle()