{"id":1213,"date":"2019-05-15T11:16:29","date_gmt":"2019-05-15T02:16:29","guid":{"rendered":"http:\/\/141.164.34.82\/?p=1213"},"modified":"2019-05-18T14:49:35","modified_gmt":"2019-05-18T05:49:35","slug":"rcolorbrewer-%ed%8c%94%eb%a0%88%ed%8a%b8","status":"publish","type":"post","link":"http:\/\/ds.sumeun.org\/?p=1213","title":{"rendered":"RColorBrewer \ud314\ub808\ud2b8"},"content":{"rendered":"<h1>\ud314\ub808\ud2b8<\/h1>\n<p>\uadf8\ub798\ud504\uc758 \uc0c9\uc744 \uc9c1\uc811 \uc9c0\uc815\ud558\ub294 \uac83\uc740 \uc0dd\uac01\ubcf4\ub2e4, \uc544\ub2c8 \uc0dd\uac01\ub9cc\ud07c \uae4c\ub2e4\ub86d\ub2e4. \ud314\ub808\ud2b8\ub294 \ubbf8\ub9ac \ub9cc\ub4e4\uc5b4 \ub193\uc740 <strong>\uc0c9\uc0c1 \uc870\ud569<\/strong>\uc774\ub2e4. <a href=\"http:\/\/colorbrewer2.org\">http:\/\/colorbrewer2.org<\/a>, <a href=\"https:\/\/www.colourlovers.com\/?\">https:\/\/www.colourlovers.com\/?<\/a> \ub4f1\uc744 \uc774\uc6a9\ud558\ub294 \uac83\ub3c4 \uc88b\uc740 \ubc29\ubc95\uc774\ub2e4. <code>ggplot2<\/code>\uc5d0\uc11c\ub294 <code>RColorBrewer<\/code>\uc758 \ud314\ub808\ud2b8\ub97c \uc9c0\uc6d0\ud55c\ub2e4. \uc5ec\uae30\uc11c\ub294 \ubaa8\ub4e0 \ud314\ub808\ud2b8\ub97c \uc2e4\uc81c \ub370\uc774\ud130\uc5d0 \uc801\uc6a9\ud55c \uacb0\uacfc\ub97c \ubcf4\uc5ec\uc900\ub2e4.<\/p>\n<ul>\n<li>\ub370\uc774\ud130\ub294 <code>ggplot2<\/code>\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 <code>mpg<\/code>\uc774\ub2e4. \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc774 \uad81\uae08\ud558\ub2e4\uba74 <code>?mpg<\/code>.<\/li>\n<li>\ubc94\uc8fc\ud615 \ubcc0\uc218\ub97c \uc0c9\uae54\uc5d0 \ub300\uc751\uc2dc\ud0a8 \uc0b0\uc810\ub3c4\uc774\ub2e4. <strong>\ubc94\uc8fc\uc758 \uac2f\uc218\ub294 3\uac1c\uc774\ub2e4.<\/strong> <\/li>\n<li>\ubc14\ud0d5\ud654\uba74\uc740 \ud770\uc0c9, \ud68c\uc0c9, \uc9d9\uc740 \ud68c\uc0c9\uc73c\ub85c \ud558\uc600\ub2e4.<\/li>\n<li>\ud314\ub808\ud2b8\ub294 \ud06c\uac8c \uc21c\uc704\ud615(Sequential), \ubc94\uc8fc\ud615(Qualitative), \ubc1c\uc0b0\ud615(Diverging)\uc73c\ub85c \ub098\ub220\uc9c4\ub2e4.<\/li>\n<li><code>RColorBrewer<\/code>\uc758 \ud314\ub808\ud2b8\uc5d0 \ub300\ud55c \uc815\ubcf4\ub294 <code>brewer.pal.info<\/code>\uc5d0 \uc800\uc7a5\ub418\uc5b4 \uc788\ub2e4.<\/li>\n<\/ul>\n<pre><code class=\"r\">RColorBrewer::brewer.pal.info\n<\/code><\/pre>\n<pre>##          maxcolors category colorblind\n## BrBG            11      div       TRUE\n## PiYG            11      div       TRUE\n## PRGn            11      div       TRUE\n## PuOr            11      div       TRUE\n## RdBu            11      div       TRUE\n## RdGy            11      div      FALSE\n## RdYlBu          11      div       TRUE\n## RdYlGn          11      div      FALSE\n## Spectral        11      div      FALSE\n## Accent           8     qual      FALSE\n## Dark2            8     qual       TRUE\n## Paired          12     qual       TRUE\n## Pastel1          9     qual      FALSE\n## Pastel2          8     qual      FALSE\n## Set1             9     qual      FALSE\n## Set2             8     qual       TRUE\n## Set3            12     qual      FALSE\n## Blues            9      seq       TRUE\n## BuGn             9      seq       TRUE\n## BuPu             9      seq       TRUE\n## GnBu             9      seq       TRUE\n## Greens           9      seq       TRUE\n## Greys            9      seq       TRUE\n## Oranges          9      seq       TRUE\n## OrRd             9      seq       TRUE\n## PuBu             9      seq       TRUE\n## PuBuGn           9      seq       TRUE\n## PuRd             9      seq       TRUE\n## Purples          9      seq       TRUE\n## RdPu             9      seq       TRUE\n## Reds             9      seq       TRUE\n## YlGn             9      seq       TRUE\n## YlGnBu           9      seq       TRUE\n## YlOrBr           9      seq       TRUE\n## YlOrRd           9      seq       TRUE\n<\/pre>\n<h2>\ubc1c\uc0b0\ud615(Diverging)<\/h2>\n<p>\ubc1c\uc0b0\ud615(Diverging) \ud314\ub808\ud2b8\ub294 <code>BrBG, PiYG, PRGn, PuOr, RdBu, RdGy, RdYlBu, RdYlGn, Spectral<\/code>\uc774 \uc788\ub2e4.<\/p>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_BrBG.png\" alt=\"BrBG\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PiYG.png\" alt=\"PiYG\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PRGn.png\" alt=\"PRGn\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PuOr.png\" alt=\"PuOr\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_RdBu.png\" alt=\"RdBu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_RdGy.png\" alt=\"RdGy\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_RdYlBu.png\" alt=\"RdYlBu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_RdYlGn.png\" alt=\"RdYlGn\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Spectral.png\" alt=\"Spectral\"><br \/>\n<\/figure>\n<h2>\ubc94\uc8fc\ud615(Qualitative)<\/h2>\n<p>\ubc94\uc8fc\ud615(Qualitative) \ud314\ub808\ud2b8\ub294 <code>Accent, Dark2, Paired, Pastel1, Pastel2, Set1, Set2, Set3<\/code>\uc774 \uc788\ub2e4.<\/p>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Accent.png\" alt=\"Accent\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Dark2.png\" alt=\"Dark2\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Paired.png\" alt=\"Paired\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Pastel1.png\" alt=\"Pastel1\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Pastel2.png\" alt=\"Pastel2\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Set1.png\" alt=\"Set1\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Set2.png\" alt=\"Set2\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Set3.png\" alt=\"Set3\"><br \/>\n<\/figure>\n<h2>\uc21c\uc704\ud615(Sequential)<\/h2>\n<p>\uc21c\uc704\ud615(Sequential) \ud314\ub808\ud2b8\ub294 <code>Blues, BuGn, BuPu, GnBu, Greens, Greys, Oranges, OrRd, PuBu, PuBuGn, PuRd, Purples, RdPu, Reds, YlGn, YlGnBu, YlOrBr, YlOrRd<\/code>\uc774 \uc788\ub2e4.<\/p>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Blues.png\" alt=\"Blues\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_BuGn.png\" alt=\"BuGn\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_BuPu.png\" alt=\"BuPu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_GnBu.png\" alt=\"GnBu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Greens.png\" alt=\"Greens\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Greys.png\" alt=\"Greys\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Oranges.png\" alt=\"Oranges\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_OrRd.png\" alt=\"OrRd\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PuBu.png\" alt=\"PuBu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PuBuGn.png\" alt=\"PuBuGn\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_PuRd.png\" alt=\"PuRd\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Purples.png\" alt=\"Purples\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_RdPu.png\" alt=\"RdPu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_Reds.png\" alt=\"Reds\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_YlGn.png\" alt=\"YlGn\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_YlGnBu.png\" alt=\"YlGnBu\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_YlOrBr.png\" alt=\"YlOrBr\"><br \/>\n<\/figure>\n<figure>\n  <img src=\"http:\/\/141.164.34.82\/wp-content\/uploads\/2019\/05\/pal_YlOrRd.png\" alt=\"YlOrRd\"><br \/>\n<\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\ud314\ub808\ud2b8 \uadf8\ub798\ud504\uc758 \uc0c9\uc744 \uc9c1\uc811 \uc9c0\uc815\ud558\ub294 \uac83\uc740 \uc0dd\uac01\ubcf4\ub2e4, \uc544\ub2c8 \uc0dd\uac01\ub9cc\ud07c \uae4c\ub2e4\ub86d\ub2e4. \ud314\ub808\ud2b8\ub294 \ubbf8\ub9ac \ub9cc\ub4e4\uc5b4 \ub193\uc740 \uc0c9\uc0c1 \uc870\ud569\uc774\ub2e4. http:\/\/colorbrewer2.org, https:\/\/www.colourlovers.com\/? \ub4f1\uc744 \uc774\uc6a9\ud558\ub294 \uac83\ub3c4 \uc88b\uc740 \ubc29\ubc95\uc774\ub2e4. ggplot2\uc5d0\uc11c\ub294 RColorBrewer\uc758 \ud314\ub808\ud2b8\ub97c \uc9c0\uc6d0\ud55c\ub2e4. \uc5ec\uae30\uc11c\ub294 \ubaa8\ub4e0 \ud314\ub808\ud2b8\ub97c \uc2e4\uc81c \ub370\uc774\ud130\uc5d0 \uc801\uc6a9\ud55c \uacb0\uacfc\ub97c \ubcf4\uc5ec\uc900\ub2e4. \ub370\uc774\ud130\ub294 ggplot2\uc5d0\uc11c \uc81c\uacf5\ud558\ub294 mpg\uc774\ub2e4. \ub370\uc774\ud130\uc758 \ub0b4\uc6a9\uc774 \uad81\uae08\ud558\ub2e4\uba74 ?mpg. \ubc94\uc8fc\ud615 \ubcc0\uc218\ub97c \uc0c9\uae54\uc5d0 \ub300\uc751\uc2dc\ud0a8 \uc0b0\uc810\ub3c4\uc774\ub2e4. \ubc94\uc8fc\uc758 \uac2f\uc218\ub294 3\uac1c\uc774\ub2e4. \ubc14\ud0d5\ud654\uba74\uc740 \ud770\uc0c9, \ud68c\uc0c9, \uc9d9\uc740 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1221,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[28,165],"tags":[188,283,281,287,288,284,285,286,282],"jetpack_featured_media_url":"http:\/\/ds.sumeun.org\/wp-content\/uploads\/2019\/05\/pal_Set1.png","_links":{"self":[{"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/posts\/1213"}],"collection":[{"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1213"}],"version-history":[{"count":10,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/posts\/1213\/revisions"}],"predecessor-version":[{"id":1267,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/posts\/1213\/revisions\/1267"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=\/wp\/v2\/media\/1221"}],"wp:attachment":[{"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1213"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1213"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ds.sumeun.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}