Skip to content
Snippets Groups Projects
Commit 139a470b authored by Simeon's avatar Simeon
Browse files

as last

parent 22e1922a
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ importFrom(DECIPHER,DistanceMatrix)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,ranges)
importFrom(ape,as.DNAbin)
importFrom(cowplot,draw_label)
importFrom(cowplot,get_legend)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
......
......@@ -12,7 +12,7 @@
#' @param h The height of the plot. Default is 'cm_height'.
#' @return combined plot
#' @import ggplot2
#' @importFrom cowplot get_legend plot_grid ggdraw
#' @importFrom cowplot get_legend plot_grid ggdraw draw_label
#' @export
combine_cluster_plots_and_save <- function(plot_list, cluster, out_path = path,
w = cm_width, h = cm_height) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment