diff --git a/R/plot_repeats.R b/R/plot_repeats.R index 16c89ee9812440c758ef016a5a3e6f648d651fdc..e63ca91b5929f39f256e1f29e8d91031abbdb3c2 100644 --- a/R/plot_repeats.R +++ b/R/plot_repeats.R @@ -43,5 +43,5 @@ plot_repeats <- function(sequences = DNAStringSet(), combo_pl_with_title <- cowplot::plot_grid(title, combo_pl, ncol = 1, rel_heights = c(.1, 1)) - return(combo_pl) + return(combo_pl_with_title) }