grid.layout in ggplot

前端 未结 3 1735
情话喂你
情话喂你 2020-12-13 16:04

I\'m using the following code to create three sets of plots in the amazing package ggplot2:

w<-rnorm(100)
x<-rnorm(100)
y<-rnorm(100)
z<-rnorm(10         


        
3条回答
  •  死守一世寂寞
    2020-12-13 16:49

    You can also use the multiplot() function, which could be customized to suite your needs: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/

提交回复
热议问题