{"id":3979,"date":"2023-07-14T09:17:12","date_gmt":"2023-07-14T09:17:12","guid":{"rendered":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/"},"modified":"2023-07-14T09:17:12","modified_gmt":"2023-07-14T09:17:12","slug":"%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/","title":{"rendered":"Ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">ggplot2\uc758 <strong>geom_point()<\/strong> \ud568\uc218\uc5d0\uc11c <strong>alpha<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc758 \uc810 \ud22c\uba85\ub3c4\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \uc778\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, aes(x=x, y=y)) +\n  geom_point(alpha= <span style=\"color: #008000;\">1<\/span> )\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>\uc54c\ud30c<\/strong> \uac12\uc740 0\uacfc 1 \uc0ac\uc774\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c:<\/span><\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>0<\/strong> \uc740 \uc644\uc804\ud788 \ud22c\uba85\ud569\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>1<\/strong> \uc740 \uc644\uc804 \uad73<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><strong>\uc54c\ud30c<\/strong> \uc758 \uae30\ubcf8\uac12\uc740 <strong>1<\/strong> \uc785\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\uc54c\ud30c\ub97c<\/strong> 1\ubcf4\ub2e4 \uc791\uc740 \uac12\uc73c\ub85c \uc124\uc815\ud558\uba74 \ud50c\ub86f\uc5d0\uc11c \uacb9\uce58\ub294 \uc810\uc744 \uc2dc\uac01\ud654\ud558\uae30\uac00 \ub354 \uc26c\uc6cc\uc9c0\uba70, \uc774\ub294 \ub300\uaddc\ubaa8 \ub370\uc774\ud130 \uc138\ud2b8\uc5d0\uc11c \uc810\uc744 \uadf8\ub9b4 \ub54c \ud2b9\ud788 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 5000\uac1c\uc758 \ud589\uc774 \ud3ec\ud568\ub41c \ub2e4\uc74c \ub370\uc774\ud130 \ud504\ub808\uc784\uc5d0\uc11c \uc2e4\uc81c\ub85c <strong>alpha<\/strong> \uc778\uc218\ub97c \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;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (1)\n\n<span style=\"color: #008080;\">#create data frame with 5000 rows\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=runif(n=5000, min=1, max=100))\n\ndf$y = df$x*3 + runif(5000)*df$x^2\n\n<span style=\"color: #008080;\">#view head of data frame\n<\/span>head(df)\n\n         xy\n1 27.28536 108.2851\n2 37.84027 622.8478\n3 57.71248 1002.0662\n4 90.91257 7539.2476\n5 20.96651 202.6813\n6 89.94058 2867.4643\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>\uad00\ub828 \ud56d\ubaa9:<\/strong> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-runif\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c runif \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 1: geom_point()\uc5d0\uc11c alpha = 1 \uc0ac\uc6a9<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>alpha<\/strong> \uc778\uc218\uc5d0 \uae30\ubcf8\uac12 1\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0b0\uc810\ub3c4\ub97c \uc0dd\uc131\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;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (ggplot2)\n<\/span>\n#create scatter plot with default alpha value\n<span style=\"color: #000000;\">ggplot(df, aes(x=x, y=y)) +\n  geom_point()\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31885 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/alpha3.jpg\" alt=\"\" width=\"587\" height=\"428\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f \ud3ec\uc778\ud2b8\ub294 \uc644\uc804\ud788 \ub2e8\uc0c9\uc774\uba70 \uc774\ub294 <strong>\uc54c\ud30c<\/strong> \uac12 1\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 2: geom_point()\uc5d0\uc11c alpha = 0 \uc0ac\uc6a9<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>alpha<\/strong> \uc778\uc218\uc5d0 0 \uac12\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0b0\uc810\ub3c4\ub97c \uc0dd\uc131\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;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (ggplot2)\n<\/span>\n#create scatter plot with alpha value of 0\n<span style=\"color: #000000;\">ggplot(df, aes(x=x, y=y)) +\n  geom_point(alpha= <span style=\"color: #008000;\">0<\/span> )\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31886 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/alpha4.jpg\" alt=\"\" width=\"586\" height=\"430\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uacbd\ub85c\uc758 \ubaa8\ub4e0 \uc810\uc740 \uc644\uc804\ud788 \ud22c\uba85\ud558\uba70 \uc774\ub294 <strong>\uc54c\ud30c<\/strong> \uac12 0\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 3: geom_point()\uc5d0\uc11c alpha = 0.1 \uc0ac\uc6a9<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>alpha<\/strong> \uc778\uc218\uc5d0 0.1 \uac12\uc744 \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0b0\uc810\ub3c4\ub97c \uc0dd\uc131\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;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\">library<\/span> (ggplot2)\n<\/span>\n#create scatter plot with alpha value of 0.1\n<span style=\"color: #000000;\">ggplot(df, aes(x=x, y=y)) +\n  geom_point(alpha= <span style=\"color: #008000;\">0.1<\/span> )\n<\/span><\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31887 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/alpha5.jpg\" alt=\"\" width=\"606\" height=\"445\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>\uc54c\ud30c\ub97c<\/strong> 0.1\ub85c \uc124\uc815\ud558\uba74 \uc810\uc740 \ud50c\ub86f\uc5d0\uc11c \uc810\uc774 \uac00\uc7a5 \ub9ce\uc774 \uacb9\uce58\ub294 \uc704\uce58\ub97c \ud655\uc778\ud560 \uc218 \uc788\ub294 \ud22c\uba85\ub3c4 \uc218\uc900\uc744 \uac16\uac8c \ub429\ub2c8\ub2e4.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc744 \ub354 \uc27d\uac8c \uc77d\uc744 \uc218 \uc788\ub3c4\ub85d \ud22c\uba85\ub3c4 \uc218\uc900\uc744 \uc5bb\uc73c\ub824\uba74 <strong>geom_point()<\/strong> \ud568\uc218\uc5d0\uc11c <strong>\uc54c\ud30c<\/strong> \uac12\uc744 \uc790\uc720\ub86d\uac8c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.<\/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 \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> ggplot2\uc5d0\uc11c \ucd95 \ub808\uc774\ube14\uc744 \uc81c\uac70\ud558\ub294 \ubc29\ubc95<br \/> <a href=\"https:\/\/statorials.org\/ko\/ggplot2-\u1107\u1165\u11b7\u1105\u1168-\u110c\u1166\u1100\u1165\/\" target=\"_blank\" rel=\"noopener\">ggplot2\uc5d0\uc11c \ubc94\ub840\ub97c \uc81c\uac70\ud558\ub294 \ubc29\ubc95<\/a><br \/> ggplot2\uc5d0\uc11c \ub208\uae08\uc120\uc744 \uc81c\uac70\ud558\ub294 \ubc29\ubc95<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc758 \uc810 \ud22c\uba85\ub3c4\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uc778\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. ggplot(df, aes(x=x, y=y)) + geom_point(alpha= 1 ) \uc54c\ud30c \uac12\uc740 0\uacfc 1 \uc0ac\uc774\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc5ec\uae30\uc11c: 0 \uc740 \uc644\uc804\ud788 \ud22c\uba85\ud569\ub2c8\ub2e4. 1 \uc740 \uc644\uc804 \uad73 \uc54c\ud30c \uc758 \uae30\ubcf8\uac12\uc740 1 \uc785\ub2c8\ub2e4. \uc54c\ud30c\ub97c 1\ubcf4\ub2e4 \uc791\uc740 \uac12\uc73c\ub85c \uc124\uc815\ud558\uba74 \ud50c\ub86f\uc5d0\uc11c \uacb9\uce58\ub294 \uc810\uc744 \uc2dc\uac01\ud654\ud558\uae30\uac00 [&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-3979","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\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\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\/\u110b\u1161\u11af\u1111\u1161-geom_point-ggplot2\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/\u110b\u1161\u11af\u1111\u1161-geom_point-ggplot2\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-14T09:17:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/alpha3.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\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/\",\"url\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/\",\"name\":\"ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-14T09:17:12+00:00\",\"dateModified\":\"2023-07-14T09:17:12+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\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\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\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\/\u110b\u1161\u11af\u1111\u1161-geom_point-ggplot2\/","og_locale":"ko_KR","og_type":"article","og_title":"ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/\u110b\u1161\u11af\u1111\u1161-geom_point-ggplot2\/","og_site_name":"Statorials","article_published_time":"2023-07-14T09:17:12+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/alpha3.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\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/","url":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/","name":"ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95 \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-14T09:17:12+00:00","dateModified":"2023-07-14T09:17:12+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 ggplot2\uc758 geom_point() \ud568\uc218\uc5d0\uc11c alpha \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/%e1%84%8b%e1%85%a1%e1%86%af%e1%84%91%e1%85%a1-geom_point-ggplot2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Ggplot2\uc5d0\uc11c geom_point()\uc640 \ud568\uaed8 \uc54c\ud30c\ub97c \uc0ac\uc6a9\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\/3979","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=3979"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3979\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3979"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3979"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}