据patchwork
的作者 Thomas Pedersen所介绍,他开发的初衷就是让ggplots的组合可以ridiculously simple!
The goal of
patchwork
is to make it ridiculously simple to combine separate ggplots into the same graphic. As such it tries to solve the same problem asgridExtra::grid.arrange()
andcowplot::plot_grid
but using an API that incites exploration and iteration.
我使用后的感觉也是如此, patchwork
可读性高、操作简单、可操作性也高,真的太强了。下面简单介绍一下这个包吧!