{"id":4500,"date":"2023-07-10T14:43:12","date_gmt":"2023-07-10T14:43:12","guid":{"rendered":"https:\/\/statorials.org\/ko\/ggsave-r\/"},"modified":"2023-07-10T14:43:12","modified_gmt":"2023-07-10T14:43:12","slug":"ggsave-r","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/ggsave-r\/","title":{"rendered":"Ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>ggsave()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud568\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>ggsave(\n  filename,\n  plot = last_plot(),\n  device = NULL,\n  path = NULL,\n  scale = 1,\n  width = NA,\n  height = NA,\n  units = c(\"in\", \"cm\", \"mm\", \"px\"),\")\n  ...\n)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>filename<\/strong> : \ud50c\ub86f\uc744 \uc800\uc7a5\ud560 \ub54c \uc0ac\uc6a9\ud560 \ud30c\uc77c \uc774\ub984(\uc608: &#8220;my_plot.pdf&#8221;)<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\uc904\uac70\ub9ac<\/strong> : \uc800\uc7a5\ud560 \ud50c\ub86f\uc785\ub2c8\ub2e4. \uae30\ubcf8\uac12\uc740 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \ud45c\uc2dc\ub41c \ucd94\uc801\uc744 \uc800\uc7a5\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>device<\/strong> : \uc0ac\uc6a9\ud560 \uc7a5\uce58<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>path<\/strong> : \ud30c\uc77c\uc744 \uc800\uc7a5\ud560 \uacbd\ub85c<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>scale<\/strong> : \uacf1\uc148 \ucd95\ucc99 \ube44\uc728<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>width<\/strong> : \uc9c0\uc815\ub41c \ub2e8\uc704\uc758 \ud50c\ub86f \ub108\ube44<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>height<\/strong> : \uc9c0\uc815\ub41c \ub2e8\uc704\uc758 \ud50c\ub86f \ub192\uc774<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>\ub2e8\uc704<\/strong> : \ud50c\ub86f \ud06c\uae30\ub97c \uc9c0\uc815\ud560 \ub54c \uc0ac\uc6a9\ud560 \ub2e8\uc704<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc2e4\uc81c\ub85c <strong>ggsave()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ub2e4\uc74c \uc0b0\uc810\ub3c4\ub97c \uc800\uc7a5\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: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create data frame\n<span style=\"color: #000000;\">df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (team=rep(c(' <span style=\"color: #ff0000;\">A<\/span> ', ' <span style=\"color: #ff0000;\">B<\/span> '), each= <span style=\"color: #008000;\">5<\/span> ),\n                 assists=c(1, 3, 3, 4, 5, 7, 7, 9, 9, 10),\n                 points=c(4, 8, 12, 10, 18, 25, 20, 28, 33, 35))\n\n<span style=\"color: #008080;\">#create scatterplot\n<\/span>ggplot(df, aes(x=assists, y=points)) + \n  geom_point(aes(color=team), size= <span style=\"color: #008000;\">3<\/span> )<\/span><\/span><\/strong><\/span> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-35188 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ggsave1.png\" alt=\"\" width=\"600\" height=\"417\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 1: ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\ubcf8 \uc124\uc815\uc73c\ub85c \ud50c\ub86f \uc800\uc7a5<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>ggsave()<\/strong> \uc640 \ud568\uaed8 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc0b0\uc810\ub3c4\ub97c \ubaa8\ub4e0 \uae30\ubcf8 \uc124\uc815\uacfc \ud568\uaed8 <strong>my_plot.pdf<\/strong> \ub77c\ub294 PDF \ud30c\uc77c\uc5d0 \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <span style=\"color: #000000;\"><strong><span style=\"color: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#save scatter plot as PDF file\n<\/span>ggsave(' <span style=\"color: #ff0000;\">my_plot.pdf<\/span> ')\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc758 \uacbd\ub85c\ub098 \ud06c\uae30\ub97c \uc9c0\uc815\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \ud3ec\uc778\ud2b8 \ud074\ub77c\uc6b0\ub4dc\ub294 \ud604\uc7ac \uadf8\ub798\ud53d \uc7a5\uce58\uc758 \ud06c\uae30\uc640 \ud568\uaed8 \ud604\uc7ac \uc791\uc5c5 \ub514\ub809\ud1a0\ub9ac\uc5d0 PDF\ub85c \uc800\uc7a5\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ud604\uc7ac \uc791\uc5c5 \ub514\ub809\ud130\ub9ac\ub85c \uc774\ub3d9\ud558\uba74 PDF \ud30c\uc77c\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-35189 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ggsave2.png\" alt=\"\" width=\"522\" height=\"512\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc774 \ud604\uc7ac \uadf8\ub798\ud53d \uc7a5\uce58\uc758 \ud06c\uae30\ub85c PDF \ud30c\uc77c\ub85c \uc800\uc7a5\ub418\uc5c8\uc74c\uc744 \uc54c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608 2: ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc0ac\uc6a9\uc790 \uc815\uc758 \ub9e4\uac1c\ubcc0\uc218\uac00 \ud3ec\ud568\ub41c \ud50c\ub86f \uc800\uc7a5<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><strong>ggsave()<\/strong> \uc640 \ud568\uaed8 \ub2e4\uc74c \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc774 \uc0b0\uc810\ub3c4\ub97c \ub108\ube44 3\uc778\uce58, \ub192\uc774 6\uc778\uce58\uc758 <strong>my_plot2.pdf<\/strong> \ub77c\ub294 PDF \ud30c\uc77c\uc5d0 \uc800\uc7a5\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: #008000;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#save scatter plot as PDF file with specific dimensions\n<\/span>ggsave(' <span style=\"color: #ff0000;\">my_plot2.pdf<\/span> ', width= <span style=\"color: #008000;\">3<\/span> , height= <span style=\"color: #008000;\">6<\/span> , units=' <span style=\"color: #ff0000;\">in<\/span> ')\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">\ud604\uc7ac \uc791\uc5c5 \ub514\ub809\ud130\ub9ac\ub85c \uc774\ub3d9\ud558\uba74 PDF \ud30c\uc77c\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-35190 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ggsave3.png\" alt=\"\" width=\"507\" height=\"595\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc774 \ub0b4\uac00 \uc9c0\uc815\ud55c \uce58\uc218\uc758 PDF \ud30c\uc77c\ub85c \uc800\uc7a5\ub41c \uac83\uc744 \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : \uc774 \uc608\uc5d0\uc11c\ub294 ggplot2 \ud50c\ub86f\uc744 <strong>PDF<\/strong> \ud30c\uc77c\ub85c \uc800\uc7a5\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc9c0\ub9cc <strong>jpeg<\/strong> , <strong>png<\/strong> \ub610\ub294 \uae30\ud0c0 \ud30c\uc77c \ud615\uc2dd\uc744 \uc9c0\uc815\ud560 \uc218\ub3c4 \uc788\uc2b5\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 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\/ggplot\u110b\u1166-\u1110\u1166\u11a8\u1109\u1173\u1110\u1173-\u110e\u116e\u1100\u1161\/\" target=\"_blank\" rel=\"noopener\">ggplot2 \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/ggplot-\u110c\u1166\u1106\u1169\u11a8-\u110b\u1171\u110e\u1175\/\" target=\"_blank\" rel=\"noopener\">ggplot2\uc5d0\uc11c \uc81c\ubaa9 \uc704\uce58\ub97c \ubcc0\uacbd\ud558\ub294 \ubc29\ubc95<\/a><br \/> ggplot2\uc5d0\uc11c \ucd95 \ub808\uc774\ube14\uc744 \uc81c\uac70\ud558\ub294 \ubc29\ubc95<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ggsave() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. ggsave( filename, plot = last_plot(), device = NULL, path = NULL, scale = 1, width = NA, height = NA, units = c(&#8220;in&#8221;, &#8220;cm&#8221;, &#8220;mm&#8221;, &#8220;px&#8221;),&#8221;) &#8230; ) \uae08: filename : \ud50c\ub86f\uc744 \uc800\uc7a5\ud560 \ub54c \uc0ac\uc6a9\ud560 \ud30c\uc77c \uc774\ub984(\uc608: &#8220;my_plot.pdf&#8221;) \uc904\uac70\ub9ac [&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-4500","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>ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \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\/ggsave-r\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/ggsave-r\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-10T14:43:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ggsave1.png\" \/>\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\/ggsave-r\/\",\"url\":\"https:\/\/statorials.org\/ko\/ggsave-r\/\",\"name\":\"ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-10T14:43:12+00:00\",\"dateModified\":\"2023-07-10T14:43:12+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/ggsave-r\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/ggsave-r\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/ggsave-r\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\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":"ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \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\/ggsave-r\/","og_locale":"ko_KR","og_type":"article","og_title":"ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/ggsave-r\/","og_site_name":"Statorials","article_published_time":"2023-07-10T14:43:12+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ggsave1.png"}],"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\/ggsave-r\/","url":"https:\/\/statorials.org\/ko\/ggsave-r\/","name":"ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-10T14:43:12+00:00","dateModified":"2023-07-10T14:43:12+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 ggsave()\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2\uc5d0\uc11c \uc0dd\uc131\ub41c \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/ggsave-r\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/ggsave-r\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/ggsave-r\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"Ggsave\ub97c \uc0ac\uc6a9\ud558\uc5ec ggplot2 \ud50c\ub86f\uc744 \ube60\ub974\uac8c \uc800\uc7a5\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\/4500","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=4500"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/4500\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=4500"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=4500"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=4500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}