{"id":2959,"date":"2023-07-19T21:36:32","date_gmt":"2023-07-19T21:36:32","guid":{"rendered":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/"},"modified":"2023-07-19T21:36:32","modified_gmt":"2023-07-19T21:36:32","slug":"r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/","title":{"rendered":"R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\uc885\uc885 R\uc5d0\uc11c \uc5ec\ub7ec \uac00\uc9c0 \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2f6\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uae30\ubcf8 R \ubc0f <a href=\"https:\/\/ggplot2.tidyverse.org\/\" target=\"_blank\" rel=\"noopener\">ggplot2<\/a> \uc5d0\uc11c \uc774\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608 1: \uae30\ubcf8 R\uc5d0 \uc11c\ub85c \ub2e4\ub978 \uc0c9\uc0c1\uc774 \uc788\ub294 \ud788\uc2a4\ud1a0\uadf8\ub7a8<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 \uae30\ubcf8 R\uc5d0\uc11c \ub2e8\uc77c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(12, 14, 14, 15, 15, 17, 19, 22, 23, 23, 24))\n\n<span style=\"color: #008080;\">#create histogram\n<\/span>hist(df$x)\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-25673 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/couleur-differente1.jpg\" alt=\"\" width=\"428\" height=\"435\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uae30\ubcf8\uc801\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc758 \ubaa8\ub4e0 \ub9c9\ub300 \uc0c9\uc0c1\uc740 \ub3d9\uc77c\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uadf8\ub7ec\ub098 \ub2e4\uc74c \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc138 \uac00\uc9c0 \ub2e4\ub978 \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(12, 14, 14, 15, 15, 17, 19, 22, 23, 23, 24))\n\n<span style=\"color: #008080;\">#define histogram break points\n<\/span>hist_breaks &lt;- hist(df$x)$breaks\n\n<span style=\"color: #008080;\">#define colors to use in histogram based on break points\n<\/span>color_list &lt;- rep(' <span style=\"color: #ff0000;\">red<\/span> ', length(hist_breaks))\ncolor_list[hist_breaks &lt; <span style=\"color: #008000;\">20<\/span> ] &lt;- ' <span style=\"color: #ff0000;\">blue<\/span> '\ncolor_list[hist_breaks &lt; <span style=\"color: #008000;\">16<\/span> ] &lt;- ' <span style=\"color: #ff0000;\">purple<\/span> '\n\n<span style=\"color: #008080;\">#create histogram with custom colors<\/span>\nhist(df$x, col=color_list)\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-25674 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/couleur-differente2.jpg\" alt=\"R\uc758 \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc744 \uc0ac\uc6a9\ud55c \ud788\uc2a4\ud1a0\uadf8\ub7a8\" width=\"447\" height=\"441\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc138 \uac00\uc9c0 \uc0c9\uc0c1\uc744 \uc0dd\uc131\ud558\ub294 \ub17c\ub9ac\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\uba3c\uc800 \uac01 \ub9c9\ub300\uac00 <strong>\ube68\uac04\uc0c9<\/strong> \uc73c\ub85c \uc9c0\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub7f0 \ub2e4\uc74c \uc911\ub2e8\uc810\uc774 20 \ubbf8\ub9cc\uc778 \ubaa8\ub4e0 \ub9c9\ub300\ub97c <strong>\ud30c\ub780\uc0c9<\/strong> \uc73c\ub85c \ubcc0\uacbd\ud588\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\uadf8\ub7f0 \ub2e4\uc74c \uc911\ub2e8\uc810\uc774 16 \ubbf8\ub9cc\uc778 \ubaa8\ub4e0 \ub9c9\ub300\ub97c <strong>\ubcf4\ub77c\uc0c9<\/strong> \uc73c\ub85c \ubcc0\uacbd\ud588\uc2b5\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ucd5c\uc885 \uacb0\uacfc\ub294 3\uc0c9 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc785\ub2c8\ub2e4.<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">\uc608 2: ggplot2\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc744 \uc0ac\uc6a9\ud55c \ud788\uc2a4\ud1a0\uadf8\ub7a8<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">R\uc5d0 \ub2e4\uc74c\uacfc \uac19\uc740 \ub370\uc774\ud130 \ud504\ub808\uc784\uc774 \uc788\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(12, 14, 14, 15, 15, 17, 19, 22, 23, 23, 24))\n\n<span style=\"color: #008080;\">#view data frame<\/span>\ndf\n\n    x\n1 12\n2 14\n3 14\n4 15\n5 15\n6 17\n7 19\n8 22\n9 23\n10 23\n11 24\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0 \ub300\ud574 \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc758 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4\ub824\uba74 \uba3c\uc800 <a href=\"https:\/\/statorials.org\/ko\/ifelse\u1100\u1161-r\u110b\u1166-\u110c\u116e\u11bc\u110e\u1165\u11b8\u1103\u116c\u110b\u1165-\u110b\u1175\u11bb\u110b\u1173\u11b7\/\" target=\"_blank\" rel=\"noopener\">\uc911\ucca9\ub41c if else \ubb38\uc744<\/a> \uc0ac\uc6a9\ud558\uc5ec \uac12\uc5d0 \ub300\ud55c \uadf8\ub8f9\ud654 \ubcc0\uc218\ub97c \ub9cc\ub4e4\uc5b4\uc57c \ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create grouping variable\n<span style=\"color: #000000;\">df$group = ifelse(df$x &lt; <span style=\"color: #008000;\">16<\/span> , ' <span style=\"color: #ff0000;\">C<\/span> ', ifelse(df$x &lt; <span style=\"color: #008000;\">20<\/span> , ' <span style=\"color: #ff0000;\">B<\/span> ', ' <span style=\"color: #ff0000;\">A<\/span> '))<\/span>\n<\/span>\n<span style=\"color: #008080;\">#view updated data frame<\/span>\ndf\n\n    x group\n1 12 C\n2 14C\n3 14C\n4 15C\n5 15C\n6 17 B\n7 19 B\n8 22 A\n9 23 A\n10 23 A\n11 24 A<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\uc81c ggplot2\uc5d0\uc11c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uadf8\ub8f9 \ubcc0\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc758 \uc0c9\uc0c1\uc744 \uc124\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008080;\">#create histogram with custom colors\n<\/span>ggplot(df, aes(x, fill=group)) +\n  geom_histogram(bins= <span style=\"color: #008000;\">6<\/span> , color=' <span style=\"color: #ff0000;\">black<\/span> ') +\n   scale_fill_manual(values = c(' <span style=\"color: #ff0000;\">A<\/span> ' = ' <span style=\"color: #ff0000;\">red<\/span> ',\n                                ' <span style=\"color: #ff0000;\">B<\/span> ' = ' <span style=\"color: #ff0000;\">blue<\/span> ',\n                                ' <span style=\"color: #ff0000;\">C<\/span> ' = ' <span style=\"color: #ff0000;\">purple<\/span> '))\n<\/strong><\/span><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-25675 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/couleur-differente3.jpg\" alt=\"\" width=\"474\" height=\"478\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ucd5c\uc885 \uacb0\uacfc\ub294 3\uc0c9 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : <b>scale_fill_manual()<\/b> \uc5d0 \ub300\ud55c \uc804\uccb4 \ubb38\uc11c\ub294 <a href=\"https:\/\/ggplot2.tidyverse.org\/reference\/scale_manual.html\" target=\"_blank\" rel=\"noopener\">\uc5ec\uae30\uc5d0\uc11c<\/a> \ucc3e\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/\u1109\u1161\u11bc\u1103\u1162\u1103\u1169\u1109\u116e-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-r\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \uc0c1\ub300 \ube48\ub3c4 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7\u110b\u1174-\u110c\u1165\u11bc\u1100\u1172-\u1100\u1169\u11a8\u1109\u1165\u11ab\u110b\u1173\u11af-\u1100\u1167\u11b8\u110e\u1167-\u1102\u1169\u11c2\u1109\u1173\u11b8\u1102\u1175\u1103\u1161.\/\" target=\"_blank\" rel=\"noopener\">R\uc758 \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc5d0 \uc815\uaddc \uace1\uc120\uc744 \uc624\ubc84\ub808\uc774\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-\u110c\u1165\u11b7\u1111\u1173\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c \ud788\uc2a4\ud1a0\uadf8\ub7a8 \ub098\ub204\uae30\ub97c \uc9c0\uc815\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc885\uc885 R\uc5d0\uc11c \uc5ec\ub7ec \uac00\uc9c0 \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4e4\uace0 \uc2f6\uc744 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uae30\ubcf8 R \ubc0f ggplot2 \uc5d0\uc11c \uc774\ub97c \uc218\ud589\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc608 1: \uae30\ubcf8 R\uc5d0 \uc11c\ub85c \ub2e4\ub978 \uc0c9\uc0c1\uc774 \uc788\ub294 \ud788\uc2a4\ud1a0\uadf8\ub7a8 \ub2e4\uc74c \ucf54\ub4dc\ub294 \uae30\ubcf8 R\uc5d0\uc11c \ub2e8\uc77c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \uc0dd\uc131\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. #create data frame df &lt;- data. frame (x=c(12, 14, 14, 15, 15, 17, 19, 22, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-2959","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/r-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-\u1103\u1161\u1105\u1173\u11ab-\u1109\u1162\u11a8\u1109\u1161\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-\u1103\u1161\u1105\u1173\u11ab-\u1109\u1162\u11a8\u1109\u1161\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-19T21:36:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/couleur-differente1.jpg\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/\",\"url\":\"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/\",\"name\":\"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-19T21:36:32+00:00\",\"dateModified\":\"2023-07-19T21:36:32+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/r-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-\u1103\u1161\u1105\u1173\u11ab-\u1109\u1162\u11a8\u1109\u1161\/","og_locale":"ko_KR","og_type":"article","og_title":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r-\u1112\u1175\u1109\u1173\u1110\u1169\u1100\u1173\u1105\u1162\u11b7-\u1103\u1161\u1105\u1173\u11ab-\u1109\u1162\u11a8\u1109\u1161\/","og_site_name":"Statorials","article_published_time":"2023-07-19T21:36:32+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/couleur-differente1.jpg"}],"author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/","url":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/","name":"R - \ud1b5\uacc4\ud559\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-19T21:36:32+00:00","dateModified":"2023-07-19T21:36:32+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R base \ubc0f ggplot2\uc758 \uc608\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r-%e1%84%92%e1%85%b5%e1%84%89%e1%85%b3%e1%84%90%e1%85%a9%e1%84%80%e1%85%b3%e1%84%85%e1%85%a2%e1%86%b7-%e1%84%83%e1%85%a1%e1%84%85%e1%85%b3%e1%86%ab-%e1%84%89%e1%85%a2%e1%86%a8%e1%84%89%e1%85%a1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c \ub2e4\uc591\ud55c \uc0c9\uc0c1\uc73c\ub85c \ud788\uc2a4\ud1a0\uadf8\ub7a8\uc744 \ub9cc\ub4dc\ub294 \ubc29\ubc95"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=2959"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2959\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2959"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2959"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}