{"id":4282,"date":"2023-07-12T07:14:31","date_gmt":"2023-07-12T07:14:31","guid":{"rendered":"https:\/\/statorials.org\/ko\/geom_abline-r\/"},"modified":"2023-07-12T07:14:31","modified_gmt":"2023-07-12T07:14:31","slug":"geom_abline-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/geom_abline-r\/","title":{"rendered":"Geom_abline\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>geom_abline()<\/strong> \ud568\uc218 \ubc0f \uae30\ud0c0 \uc720\uc0ac\ud55c <strong>geom<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc758 \ud50c\ub86f\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub294 \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ubc29\ubc95 1: geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uacbd\uc0ac\uc640 \uad50\ucc28\uc810\uc774 \uc788\ub294 \uc120 \ucd94\uac00<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong>ggplot(df, aes(x, y)) +\n  geom_point() +\n  geom_abline(slope= <span style=\"color: #008000;\">3<\/span> , intercept= <span style=\"color: #008000;\">15<\/span> )\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\ubc29\ubc95 2: geom_vline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc218\uc9c1\uc120 \ucd94\uac00<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, aes(x=xvar, y=yvar)) +\n    geom_point() +\n    geom_vline(xintercept= <span style=\"color: #008000;\">5<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\ubc29\ubc95 3: geom_hline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc218\ud3c9\uc120 \ucd94\uac00<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, aes(x=xvar, y=yvar)) +\n    geom_point() +\n    geom_hline(yintercept= <span style=\"color: #008000;\">25<\/span> )<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\ubc29\ubc95 4: geom_smooth()\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud68c\uadc0\uc120 \ucd94\uac00<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, aes(x=xvar, y=yvar)) +\n    geom_point() +\n    geom_smooth(method=' <span style=\"color: #ff0000;\">lm<\/span> ')<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\ub294 R\uc758 \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0\uc11c \uc2e4\uc81c\ub85c \uc774\ub7ec\ud55c \uac01 \ubc29\ubc95\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame<\/span>\ndf &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(1, 2, 3, 3, 5, 7, 9),\n                 y=c(8, 14, 18, 25, 29, 33, 25))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n  xy\n1 1 8\n2 2 14\n3 3 18\n4 3 25\n5 5 29\n6 7 33\n7 9 25<\/strong><\/pre>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 1: geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uacbd\uc0ac\uc640 \uad50\ucc28\uc810\uc774 \uc788\ub294 \uc120 \ucd94\uac00<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>geom_abline()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec \uae30\uc6b8\uae30\uac00 3\uc774\uace0 y\uc808\ud3b8\uc774 15\uc778 \uc0b0\uc810\ub3c4\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create scatterplot and add straight line with specific slope and intercept\n<\/span>ggplot(df, aes(x=x, y=y)) +\n  geom_point() +\n  geom_abline(slope= <span style=\"color: #008000;\">3<\/span> , intercept= <span style=\"color: #008000;\">15<\/span> )<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-33751\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom1.jpg\" alt=\"ggplot2\uc758 geom_abline\" width=\"492\" height=\"489\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 2: geom_vline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc218\uc9c1\uc120 \ucd94\uac00<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>geom_vline()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec x=5\uc5d0\uc11c \uc0b0\uc810\ub3c4\uc5d0 \uc218\uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create scatterplot and add vertical line at x=5\n<\/span>ggplot(df, aes(x=x, y=y)) +\n  geom_point() +\n  geom_vline(xintercept= <span style=\"color: #008000;\">5<\/span> )<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-33752\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom2.jpg\" alt=\"R \uc608\uc81c\uc758 geom_vline \ud568\uc218\" width=\"495\" height=\"495\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608\uc81c 3: geom_hline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc218\ud3c9\uc120 \ucd94\uac00<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>geom_hline()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec y=25\uc5d0\uc11c \uc0b0\uc810\ub3c4\uc5d0 \uc218\ud3c9\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create scatterplot and add horizontal line at y=25\n<\/span>ggplot(df, aes(x=x, y=y)) +\n  geom_point() +\n  geom_hline(yintercept= <span style=\"color: #008000;\">25<\/span> )<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-33753\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom3.jpg\" alt=\"ggplot\uc758 geom_hline \uc608\" width=\"485\" height=\"489\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 4: geom_smooth()\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud68c\uadc0\uc120 \ucd94\uac00<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>geom_smooth()\ub97c<\/strong> \uc0ac\uc6a9\ud558\uc5ec \uc801\ud569 \ud68c\uadc0\uc120\uc744 \uc0b0\uc810\ub3c4\uc5d0 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create scatterplot and add fitted regression line\n<\/span>ggplot(df, aes(x=x, y=y)) +\n  geom_point() +\n  geom_smooth(method=' <span style=\"color: #ff0000;\">lm<\/span> ', se= <span style=\"color: #008000;\">FALSE<\/span> )<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-33754\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom4.jpg\" alt=\"ggplot2 \uc608\uc81c\uc5d0 \ud68c\uadc0\uc120\uc744 \ucd94\uac00\ud558\ub294 geom_smooth\" width=\"488\" height=\"488\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : <strong>se=FALSE<\/strong> \uc778\uc218\ub294 ggplot2\uc5d0\uac8c \ud45c\uc900 \uc624\ub958 \ucd94\uc815\uc5d0 \ub300\ud574 \uc74c\uc601\uc120\uc744 \ud45c\uc2dc\ud558\uc9c0 \uc54a\ub3c4\ub85d \uc9c0\uc2dc\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggplot2\uc5d0\uc11c \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \ub2e4\ub978 \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\/ggplot-\u1109\u1165\u11ab-\u1103\u116e\u1101\u1166\/\" target=\"_blank\" rel=\"noopener\">ggplot2\uc5d0\uc11c \uc120 \ub450\uaed8\ub97c \uc870\uc815\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/ggplot2-\u110e\u116e\u11a8-\u110c\u1166\u1112\u1161\u11ab-\u1109\u1165\u11af\u110c\u1165\u11bc\/\" target=\"_blank\" rel=\"noopener\">ggplot2\uc5d0\uc11c \ucd95 \uc81c\ud55c\uc744 \uc124\uc815\ud558\ub294 \ubc29\ubc95<\/a><br \/> ggplot2\uc5d0\uc11c \ub208\uae08\uc120\uc744 \uc81c\uac70\ud558\ub294 \ubc29\ubc95<br \/><a href=\"https:\/\/statorials.org\/ko\/ggplot-\u1107\u1162\u1100\u1167\u11bc\u1109\u1162\u11a8\/\" target=\"_blank\" rel=\"noopener\">ggplot2\uc5d0\uc11c \ubc30\uacbd\uc0c9\uc744 \ubcc0\uacbd\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>geom_abline() \ud568\uc218 \ubc0f \uae30\ud0c0 \uc720\uc0ac\ud55c geom \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc758 \ud50c\ub86f\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub294 \uac00\uc7a5 \uc77c\ubc18\uc801\uc778 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4. \ubc29\ubc95 1: geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uacbd\uc0ac\uc640 \uad50\ucc28\uc810\uc774 \uc788\ub294 \uc120 \ucd94\uac00 ggplot(df, aes(x, y)) + geom_point() + geom_abline(slope= 3 , intercept= 15 ) \ubc29\ubc95 2: geom_vline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc218\uc9c1\uc120 \ucd94\uac00 ggplot(df, aes(x=xvar, y=yvar)) + geom_point() + [&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-4282","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>ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\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\/geom_abline-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/geom_abline-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-12T07:14:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom1.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\/geom_abline-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/geom_abline-r\/\",\"name\":\"ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-12T07:14:31+00:00\",\"dateModified\":\"2023-07-12T07:14:31+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/geom_abline-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/geom_abline-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/geom_abline-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Geom_abline\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\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":"ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\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\/geom_abline-r\/","og_locale":"ko_KR","og_type":"article","og_title":"ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/geom_abline-r\/","og_site_name":"Statorials","article_published_time":"2023-07-12T07:14:31+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/geom1.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\/geom_abline-r\/","url":"https:\/\/statorials.org\/ko\/geom_abline-r\/","name":"ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\uae30 \uc704\ud574 geom_abline\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 - \ud1b5\uacc4","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-12T07:14:31+00:00","dateModified":"2023-07-12T07:14:31+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c ggplot2\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub41c \ud50c\ub86f\uc5d0 geom_abline()\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc9c1\uc120\uc744 \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/geom_abline-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/geom_abline-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/geom_abline-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Geom_abline\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0 \uc9c1\uc120\uc744 \ucd94\uac00\ud558\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\/4282","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=4282"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/4282\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=4282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=4282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=4282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}