R/stacked_plot.R

# stacked_simple = function(..., name, which = c("row", "column")) {
# 	which = match.arg(which)
# 	arg_list = list()
# 	arg_list$which = which
# 	arg_list[[name]] = anno_simple(..., which = which)
# 	do.call("HeatmapAnnotation", arg_list)
# }
# stacked_points
# stacked_lines
# stacked_image
# stacked_text
# stacked_barplot
# stacked_boxplot
# stacked_histogram
# stacked_joyplot
# stacked_horizon


# draw

Try the ComplexHeatmap package in your browser

Any scripts or data that you put into this service are public.

ComplexHeatmap documentation built on Nov. 14, 2020, 2:01 a.m.