I have 3 heatmap plots generated using CRAN package heatmap. I want to put these three images in one slide then I used the following command
cowplot::plot_grid(mfs, mfs_ma, mfs_fe,ncol= 3, labels=LETTERS[1:3])
but it return me
Warning messages: In as_grob.default(plot) :Cannot convert object of class pheatmap into a grob
Therefore,how I can put these three images in one slide.