{"id":2930,"date":"2023-07-20T00:59:41","date_gmt":"2023-07-20T00:59:41","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/"},"modified":"2023-07-20T00:59:41","modified_gmt":"2023-07-20T00:59:41","slug":"r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","title":{"rendered":"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\"><strong>text()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R \uae30\ubcf8 \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\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<p> <span style=\"color: #000000;\"><strong>text(x, y, \u201c\ub0b4 \ud14d\uc2a4\ud2b8\u201d)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>x, y<\/strong> : \ud14d\uc2a4\ud2b8\uac00 \uc704\uce58\ud560 \uc88c\ud45c(x, y)\uc785\ub2c8\ub2e4.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 1: \uacbd\ub85c\uc5d0 \ud14d\uc2a4\ud2b8 \uc694\uc18c \ucd94\uac00<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 <strong>text()\ub97c<\/strong> \uc0ac\uc6a9\ud558\uc5ec (5, 18)\uc758 (x, y) \uc88c\ud45c\uc5d0 \uc788\ub294 \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8 \uc694\uc18c\ub97c \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: #008080;\">#create data frame with values to plot\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(1, 4, 7, 8, 8, 10),\n                 y=c(4, 9, 16, 14, 12, 20))\n\n<span style=\"color: #000000;\"><span style=\"color: #008080;\">#create scatterplot\n<\/span>plot(df$x, df$y)\n\n<span style=\"color: #008080;\">#add text element at (5, 18)\n<\/span>text(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">18<\/span> , \u201c <span style=\"color: #ff0000;\">this is my text<\/span> \u201d)\n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-25474 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/texter1.jpg\" alt=\"\" width=\"449\" height=\"408\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\ud14d\uc2a4\ud2b8 \uc694\uc18c\uac00 \ud50c\ub86f\uc5d0\uc11c (5, 18)\uc758 (x, y) \uc88c\ud45c\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 2: \uacbd\ub85c\uc5d0 \uc5ec\ub7ec \ud14d\uc2a4\ud2b8 \uc694\uc18c \ucd94\uac00<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">\ud50c\ub86f\uc5d0 \uc5ec\ub7ec \ud14d\uc2a4\ud2b8 \uc694\uc18c\ub97c \ucd94\uac00\ud558\ub824\uba74 \uc5ec\ub7ec <strong>text()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ub429\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame with values to plot\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(1, 4, 7, 8, 8, 10),\n                 y=c(4, 9, 16, 14, 12, 20))\n\n<span style=\"color: #000000;\"><span style=\"color: #008080;\">#create scatterplot\n<\/span>plot(df$x, df$y)\n\n<span style=\"color: #008080;\">#add text elements\n<\/span>text(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">18<\/span> , \u201c <span style=\"color: #ff0000;\">first text<\/span> \u201d)\ntext(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">10<\/span> , \u201c <span style=\"color: #ff0000;\">second text<\/span> \u201d) \ntext(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">5<\/span> , \u201c <span style=\"color: #ff0000;\">third text<\/span> \u201d) \n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-25475\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/texter2.jpg\" alt=\"R \ucd94\uc801\ud560 \uc5ec\ub7ec \ud14d\uc2a4\ud2b8 \uc694\uc18c \ucd94\uac00\" width=\"457\" height=\"419\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc138 \uac1c\uc758 \ud14d\uc2a4\ud2b8 \uc694\uc18c\uac00 \ud50c\ub86f\uc5d0 \ucd94\uac00\ub418\uc5c8\uc73c\uba70 \uac01\uac01\uc740 \uc6b0\ub9ac\uac00 \uc9c0\uc815\ud55c (x, y) \uc88c\ud45c\uc5d0 \ucd94\uac00\ub418\uc5c8\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 3: \ud50c\ub86f\uc758 \ud14d\uc2a4\ud2b8 \uc694\uc18c \uc0ac\uc6a9\uc790 \uc815\uc758<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>cex<\/strong> , <strong>col<\/strong> \ubc0f <strong>\uae00\uaf34<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \uc788\ub294 \ud14d\uc2a4\ud2b8 \uc694\uc18c\uc758 \ud06c\uae30, \uc0c9\uc0c1 \ubc0f \uae00\uaf34 \uc2a4\ud0c0\uc77c\uc744 \uac01\uac01 \uc0ac\uc6a9\uc790 \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame with values to plot\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (x=c(1, 4, 7, 8, 8, 10),\n                 y=c(4, 9, 16, 14, 12, 20))\n\n<span style=\"color: #000000;\"><span style=\"color: #008080;\">#create scatterplot\n<\/span>plot(df$x, df$y)\n\n<span style=\"color: #008080;\">#add text elements with custom appearance\n<\/span>text(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">18<\/span> , \" <span style=\"color: #ff0000;\">first text<\/span> \", col=' <span style=\"color: #ff0000;\">red<\/span> ')\ntext(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">10<\/span> , \" <span style=\"color: #ff0000;\">second text<\/span> \", col=' <span style=\"color: #ff0000;\">blue<\/span> ', cex= <span style=\"color: #008000;\">3<\/span> ) \ntext(x= <span style=\"color: #008000;\">5<\/span> , y= <span style=\"color: #008000;\">5<\/span> , \" <span style=\"color: #ff0000;\">third text<\/span> \", col=' <span style=\"color: #ff0000;\">green<\/span> ', cex= <span style=\"color: #008000;\">5<\/span> , font= <span style=\"color: #008000;\">3<\/span> ) \n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-25476\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/texter3.jpg\" alt=\"R \ud50c\ub86f\uc758 \uc0ac\uc6a9\uc790 \uc815\uc758 \ud14d\uc2a4\ud2b8\" width=\"460\" height=\"421\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc138 \uac00\uc9c0 \ud14d\uc2a4\ud2b8 \uc694\uc18c \uac01\uac01\uc5d0\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 \ubaa8\uc591\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c <strong>\uae00\uaf34<\/strong> \uc778\uc218\ub294 \ub124 \uac00\uc9c0 \uac00\ub2a5\ud55c \uac12\uc744 \ucde8\ud569\ub2c8\ub2e4:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>1<\/strong> : \uc77c\ubc18<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>2<\/strong> : \uc9c0\ubc29<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>3<\/strong> : \uc774\ud0e4\ub9ad\uccb4<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>4<\/strong> : \uad75\uc740 \uc774\ud0e4\ub9ad\uccb4<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\uc138 \ubc88\uc9f8 \ud14d\uc2a4\ud2b8 \uc694\uc18c\uc5d0 \ub300\ud574 <strong>\uae00\uaf34=3\uc744<\/strong> \uc9c0\uc815\ud588\uc73c\ubbc0\ub85c \uae00\uaf34\uc740 \uc774\ud0e4\ub9ad\uccb4\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>\uc608 4: \uac01 \uacbd\ub85c \uc9c0\uc810\uc5d0 \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14 \ucd94\uac00<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><strong>\ub808\uc774\ube14<\/strong> \uc778\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc758 \uac01 \uc9c0\uc810\uc5d0 \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14\uc744 \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create data frame with values to plot\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (teams=c('A', 'B', 'C', 'D', 'E', 'F'),\n                 x=c(1, 4, 7, 8, 8, 10),\n                 y=c(4, 9, 16, 14, 12, 20))\n\n<span style=\"color: #000000;\"><span style=\"color: #008080;\">#create scatterplot\n<\/span>plot(df$x, df$y)\n\n<span style=\"color: #008080;\">#add text label to each point in plot<\/span>\ntext(df$x, df$y, labels=df$teams, pos= <span style=\"color: #008000;\">4<\/span> )\n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-25478\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/textr4.jpg\" alt=\"r \uacbd\ub85c\uc5d0 \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14\uc744 \ucd94\uac00\ud569\ub2c8\ub2e4.\" width=\"466\" height=\"426\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">\uc774\uc81c \ud50c\ub86f\uc758 \uac01 \uc810\uc5d0 \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\ub610\ud55c <b>pos<\/b> \uc778\uc218\ub294 \uc810\uc744 \uae30\uc900\uc73c\ub85c \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14\uc774 \ubc30\uce58\ub418\ub294 \uc704\uce58\ub97c \uc81c\uc5b4\ud558\uace0 \ub124 \uac00\uc9c0 \uac00\ub2a5\ud55c \uac12\uc744 \ucde8\ud569\ub2c8\ub2e4.<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>1<\/strong> : \ud14d\uc2a4\ud2b8 \uc544\ub798<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>2<\/strong> : \ud14d\uc2a4\ud2b8 \uc67c\ucabd<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>3<\/strong> : \ud14d\uc2a4\ud2b8 \uc704<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>4<\/strong> : \ud14d\uc2a4\ud2b8 \ubc95\uce59<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><strong>pos=4\ub97c<\/strong> \uc9c0\uc815\ud588\uc73c\ubbc0\ub85c \uac01 \ud14d\uc2a4\ud2b8 \ub808\uc774\ube14\uc740 \ud50c\ub86f \ud3ec\uc778\ud2b8\uc758 \uc624\ub978\ucabd\uc5d0 \ubc30\uce58\ub429\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 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r-\u1111\u1166\u110b\u1175\u1109\u1173\u1110\u1173\/\">R\uc5d0\uc11c Paste \ubc0f Paste0 \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1112\u1161\u11b7\u1109\u116e-\u1100\u116d\u110e\u1166\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c replacement() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1112\u1161\u11b7\u1109\u116e-\u110e\u1161\u11b7\u110c\u1169\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c View() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec R \uae30\ubcf8 \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. text(x, y, \u201c\ub0b4 \ud14d\uc2a4\ud2b8\u201d) \uae08: x, y : \ud14d\uc2a4\ud2b8\uac00 \uc704\uce58\ud560 \uc88c\ud45c(x, y)\uc785\ub2c8\ub2e4. \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc608 1: \uacbd\ub85c\uc5d0 \ud14d\uc2a4\ud2b8 \uc694\uc18c \ucd94\uac00 \ub2e4\uc74c \ucf54\ub4dc\ub294 text()\ub97c \uc0ac\uc6a9\ud558\uc5ec (5, 18)\uc758 (x, y) \uc88c\ud45c\uc5d0 \uc788\ub294 \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8 \uc694\uc18c\ub97c [&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-2930","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\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\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\/r\u110b\u1174-\u1110\u1166\u11a8\u1109\u1173\u1110\u1173-\u1112\u1161\u11b7\u1109\u116e\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\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\/r\u110b\u1174-\u1110\u1166\u11a8\u1109\u1173\u1110\u1173-\u1112\u1161\u11b7\u1109\u116e\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-20T00:59:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/texter1.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%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\",\"name\":\"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-20T00:59:41+00:00\",\"dateModified\":\"2023-07-20T00:59:41+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \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":"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\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\/r\u110b\u1174-\u1110\u1166\u11a8\u1109\u1173\u1110\u1173-\u1112\u1161\u11b7\u1109\u116e\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1110\u1166\u11a8\u1109\u1173\u1110\u1173-\u1112\u1161\u11b7\u1109\u116e\/","og_site_name":"Statorials","article_published_time":"2023-07-20T00:59:41+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/texter1.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%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/","name":"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95 - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-20T00:59:41+00:00","dateModified":"2023-07-20T00:59:41+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc758 text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \uba87 \uac00\uc9c0 \uc608\uc640 \ud568\uaed8 \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%b4-%e1%84%90%e1%85%a6%e1%86%a8%e1%84%89%e1%85%b3%e1%84%90%e1%85%b3-%e1%84%92%e1%85%a1%e1%86%b7%e1%84%89%e1%85%ae\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c text() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud50c\ub86f\uc5d0 \ud14d\uc2a4\ud2b8\ub97c \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\/2930","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=2930"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/2930\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=2930"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=2930"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=2930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}