{"id":2399,"date":"2022-06-09T13:34:07","date_gmt":"2022-06-09T05:34:07","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=2399"},"modified":"2022-06-09T13:34:07","modified_gmt":"2022-06-09T05:34:07","slug":"r%e7%bb%98%e5%9b%beggplot%e5%8f%8a%e5%85%b6cowplot%e6%8f%92%e4%bb%b6","status":"publish","type":"post","link":"http:\/\/qbtobjow.ipyingshe.net:5347\/?p=2399","title":{"rendered":"R\u7ed8\u56feggplot\u53ca\u5176cowplot\u63d2\u4ef6"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>library(cowplot)\nlibrary(ggplot2)\nplot.mpg &lt;- ggplot(mpg, aes(x = cty, y = hwy, colour = factor(cyl))) +\ngeom_point(size=2.5)\nplot.diamonds &lt;- ggplot(diamonds, aes(clarity, fill = cut)) + geom_bar() +\ntheme(axis.text.x = element_text(angle=70, vjust=0.5))\nplot_grid(plot.mpg, NULL, NULL, plot.diamonds, labels = c(\"A\", \"B\", \"C\", \"D\"), ncol = 2)\nhttps:&#47;&#47;blog.csdn.net\/xspyzm\/article\/details\/104345261<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-2399","post","type-post","status-publish","format-standard","hentry","category-r"],"_links":{"self":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2399"}],"version-history":[{"count":0,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2399\/revisions"}],"wp:attachment":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2399"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2399"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}