0

I want to combine 3 image plots and one ggplotin one figure.

  1. when I use par(mfrow=c(4,1)), it plots 3 images in one figure, and the ggplot in another separate figure.

  2. And when I use plot_grid(p1, p2,p3,p4, labels=c("A", "B","C","D"), ncol = 2, nrow = 2), which is used for combining ggplots, it plots only the ggplot in its location, and other image plots are plotted separately.

    what is the solution to have all of this four plots in one figure?

Community
  • 1
  • 1
reo1
  • 3
  • 5

0 Answers0