{"id":42,"date":"2021-10-18T00:19:58","date_gmt":"2021-10-17T16:19:58","guid":{"rendered":"https:\/\/linguopeng.top\/?p=42"},"modified":"2021-10-19T10:24:04","modified_gmt":"2021-10-19T02:24:04","slug":"%e6%b0%94%e6%b3%a1%e5%9b%be","status":"publish","type":"post","link":"https:\/\/linguopeng.top\/?p=42","title":{"rendered":"\u6c14\u6ce1\u56fe"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>library(ggplot2)\ncolors &lt;-c(\"#E41A1C\",\"#000000\",\"#FF8C00\",\"#4DAF4A\",\"#984EA3\",\n           \"#40E0D0\")\nAp3.2&lt;-read.csv(\"Ap3.2.csv\")\n#Ap3.1$SWA&lt;-factor(Ap3.1$SWA,levels = c(\"PUT\",\"CAD\",\"HIS\",\n#                                      \"SPD\",\"SPE\",\"BAs\"))\nAp3.2$samples&lt;-factor(Ap3.2$samples,levels =c(\"b_1\",\"b_3\",\"b_5\",\"b_10\",\"b_20\",\"b_45\",                                              \"d_1\",\"d_3\",\"d_5\",\"d_10\",\"d_20\",\"d_45\"))\n\np3 &lt;- ggplot(Ap3.2, aes(samples,KO)) +\n  geom_point(aes(size = KOsize,color=SWA),show.legend = TRUE) +\n  scale_size_continuous(range = c(1, 9)) +\n  scale_color_manual(values = colors)+\n  theme_bw() +\n  theme(panel.grid =element_blank())+\n  theme(axis.text.x = element_text(angle = 45, hjust = 1, vjust = 1)) +\n  labs(x = '', y = '')\np3\n#\u6211\u7684\u7f51\u76d8\/\u535a\u5ba2\u7d20\u6750\/\u6c14\u6ce1\u56fe<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-default\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='https:\/\/linguopeng.top\/wp-content\/uploads\/2021\/10\/1-8.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1172\" height=\"1236\" data-original=\"https:\/\/linguopeng.top\/wp-content\/uploads\/2021\/10\/1-8.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-81\"\/><\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[3],"class_list":["post-42","post","type-post","status-publish","format-standard","hentry","category-r","tag-r"],"_links":{"self":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=42"}],"version-history":[{"count":2,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/42\/revisions"}],"predecessor-version":[{"id":82,"href":"https:\/\/linguopeng.top\/index.php?rest_route=\/wp\/v2\/posts\/42\/revisions\/82"}],"wp:attachment":[{"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=42"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linguopeng.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}