{"id":1111,"date":"2023-07-27T15:25:09","date_gmt":"2023-07-27T15:25:09","guid":{"rendered":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/"},"modified":"2023-07-27T15:25:09","modified_gmt":"2023-07-27T15:25:09","slug":"ggplot2-efsanesinin-boyutu","status":"publish","type":"post","link":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/","title":{"rendered":"Ggplot2&#39;de g\u00f6sterge boyutu nas\u0131l de\u011fi\u015ftirilir (\u00f6rneklerle)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Bir ggplot2 a\u00e7\u0131klamas\u0131ndaki \u00f6\u011felerin boyutunu de\u011fi\u015ftirmek i\u00e7in a\u015fa\u011f\u0131daki s\u00f6zdizimini kullanabilirsiniz:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(data, <span style=\"color: #3366ff;\">aes<\/span> (x=x, y=y)) +\n  theme( <span style=\"color: #993300;\">legend.key.size<\/span> = unit(1, ' <span style=\"color: #008000;\">cm<\/span> '), <span style=\"color: #008080;\">#change legend key size<\/span>\n<span style=\"color: #993300;\">legend.key.height<\/span> = unit(1, ' <span style=\"color: #008000;\">cm<\/span> '), <span style=\"color: #008080;\">#change legend key height<\/span>\n        <span style=\"color: #993300;\">legend.key.width<\/span> = unit(1, ' <span style=\"color: #008000;\">cm<\/span> '), <span style=\"color: #008080;\">#change legend key width<\/span>\n<span style=\"color: #993300;\">legend.title<\/span> = element_text(size=14), <span style=\"color: #008080;\">#change legend title font size<\/span>\n        <span style=\"color: #993300;\">legend.text<\/span> = element_text(size=10)) <span style=\"color: #008080;\">#change legend text font size<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A\u015fa\u011f\u0131daki \u00f6rnekler bu arg\u00fcmanlar\u0131n pratikte nas\u0131l kullan\u0131laca\u011f\u0131n\u0131 g\u00f6stermektedir.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Ggplot2 a\u00e7\u0131klama anahtar\u0131 boyutunu de\u011fi\u015ftirin<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">ggplot2&#8217;yi kullanarak a\u015fa\u011f\u0131daki <a href=\"https:\/\/statorials.org\/tr\/rdeki-barplot-grubu\/\" target=\"_blank\" rel=\"noopener noreferrer\">grupland\u0131r\u0131lm\u0131\u015f bar grafi\u011fini<\/a> olu\u015fturdu\u011fumuzu varsayal\u0131m:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #993300;\">library<\/span> (ggplot2)\n\n<span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data.frame(team=rep(c(' <span style=\"color: #008000;\">A<\/span> ', ' <span style=\"color: #008000;\">B<\/span> ', ' <span style=\"color: #008000;\">C<\/span> '), <span style=\"color: #3366ff;\">each<\/span> =3),\n                 position=rep(c(' <span style=\"color: #008000;\">Guard<\/span> ', ' <span style=\"color: #008000;\">Forward<\/span> ', ' <span style=\"color: #008000;\">Center<\/span> '), <span style=\"color: #3366ff;\">times<\/span> =3),\n                 dots=c(14, 8, 8, 16, 3, 7, 17, 22, 26))\n\n<span style=\"color: #008080;\">#create grouped barplot<\/span>\nggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (fill=position, y=points, x=team)) +\n  geom_bar(position=' <span style=\"color: #008000;\">dodge<\/span> ', stat=' <span style=\"color: #008000;\">identity<\/span> ')<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11279 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender1.png\" alt=\"\" width=\"503\" height=\"392\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Varsay\u0131lan olarak ggplot2 grafi\u011fin sa\u011f\u0131nda bir a\u00e7\u0131klama sa\u011flar.<\/span><\/p>\n<p> <span style=\"color: #000000;\">A\u015fa\u011f\u0131daki kod, a\u00e7\u0131klama anahtarlar\u0131n\u0131 b\u00fcy\u00fctmek i\u00e7in <strong>legend.key.size<\/strong> ba\u011f\u0131ms\u0131z de\u011fi\u015fkeninin nas\u0131l kullan\u0131laca\u011f\u0131n\u0131 g\u00f6sterir:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (fill=position, y=points, x=team)) +\n  geom_bar(position=' <span style=\"color: #008000;\">dodge<\/span> ', stat=' <span style=\"color: #008000;\">identity<\/span> ') +\n  theme( <span style=\"color: #993300;\">legend.key.size<\/span> = unit(2, ' <span style=\"color: #008000;\">cm<\/span> '))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11280 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender2.png\" alt=\"Ggplot2'de g\u00f6sterge boyutunu de\u011fi\u015ftirin\" width=\"533\" height=\"419\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Anahtar geni\u015fliklerini ve y\u00fcksekliklerini belirtmek i\u00e7in <strong>legend.key.width<\/strong> ve <strong>legend.key.height<\/strong> ba\u011f\u0131ms\u0131z de\u011fi\u015fkenlerini de kullanabiliriz:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (fill=position, y=points, x=team)) +\n  geom_bar(position=' <span style=\"color: #008000;\">dodge<\/span> ', stat=' <span style=\"color: #008000;\">identity<\/span> ') +\n  theme( <span style=\"color: #993300;\">legend.key.height<\/span> = unit(2, ' <span style=\"color: #008000;\">cm<\/span> '),\n        <span style=\"color: #993300;\">legend.key.width<\/span> = unit(4, ' <span style=\"color: #008000;\">cm<\/span> '))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11281 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender3.png\" alt=\"Ggplot2'deki a\u00e7\u0131klama anahtar\u0131 boyutunu de\u011fi\u015ftirin\" width=\"551\" height=\"434\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>A\u00e7\u0131klama ba\u015fl\u0131\u011f\u0131 yaz\u0131 tipi boyutunu de\u011fi\u015ftir ggplot2<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Lejant ba\u015fl\u0131\u011f\u0131n\u0131n yaz\u0131 tipi boyutunu b\u00fcy\u00fctmek i\u00e7in legend.title arg\u00fcman\u0131n\u0131<\/span> <span style=\"color: #000000;\"><strong>kullanabiliriz<\/strong><\/span> :<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (fill=position, y=points, x=team)) +\n  geom_bar(position=' <span style=\"color: #008000;\">dodge<\/span> ', stat=' <span style=\"color: #008000;\">identity<\/span> ') +\n  theme( <span style=\"color: #993300;\">legend.title<\/span> = element_text(size=30))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11282 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender4.png\" alt=\"A\u00e7\u0131klama ba\u015fl\u0131\u011f\u0131 yaz\u0131 tipi boyutunu de\u011fi\u015ftir ggplot2\" width=\"492\" height=\"387\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>G\u00f6sterge metni yaz\u0131 tipi boyutunu de\u011fi\u015ftirin ggplot2<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Lejant ba\u015fl\u0131\u011f\u0131n\u0131n yaz\u0131 tipi boyutunu b\u00fcy\u00fctmek i\u00e7in <strong>legend.text<\/strong> arg\u00fcman\u0131n\u0131 kullanabiliriz:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>ggplot(df, <span style=\"color: #3366ff;\">aes<\/span> (fill=position, y=points, x=team)) +\n  geom_bar(position=' <span style=\"color: #008000;\">dodge<\/span> ', stat=' <span style=\"color: #008000;\">identity<\/span> ') +\n  theme( <span style=\"color: #993300;\">legend.text<\/span> = element_text(size=30))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-11283 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender5.png\" alt=\"Ggplot2'de a\u00e7\u0131klama metni boyutunu de\u011fi\u015ftirme\" width=\"532\" height=\"420\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Ek kaynaklar<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/tr\/efsane-basligini-degistir-ggplot2\/\" target=\"_blank\" rel=\"noopener\">Ggplot2&#8217;de efsane ba\u015fl\u0131\u011f\u0131 nas\u0131l de\u011fi\u015ftirilir?<\/a><br \/> <a href=\"https:\/\/statorials.org\/tr\/ggplot-efsane-konumu\/\" target=\"_blank\" rel=\"noopener\">Ggplot2&#8217;de efsane konumu nas\u0131l de\u011fi\u015ftirilir?<\/a><br \/> <a href=\"https:\/\/statorials.org\/tr\/ggplot2-efsanesini-kaldir\/\" target=\"_blank\" rel=\"noopener\">Ggplot2&#8217;de bir efsane nas\u0131l kald\u0131r\u0131l\u0131r<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bir ggplot2 a\u00e7\u0131klamas\u0131ndaki \u00f6\u011felerin boyutunu de\u011fi\u015ftirmek i\u00e7in a\u015fa\u011f\u0131daki s\u00f6zdizimini kullanabilirsiniz: ggplot(data, aes (x=x, y=y)) + theme( legend.key.size = unit(1, &#8216; cm &#8216;), #change legend key size legend.key.height = unit(1, &#8216; cm &#8216;), #change legend key height legend.key.width = unit(1, &#8216; cm &#8216;), #change legend key width legend.title = element_text(size=14), #change legend title font size legend.text [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1111","post","type-post","status-publish","format-standard","hentry","category-rehber"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ggplot2&#039;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)<\/title>\n<meta name=\"description\" content=\"Bu e\u011fitimde ggplot2&#039;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.\" \/>\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\/tr\/ggplot2-efsanesinin-boyutu\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ggplot2&#039;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)\" \/>\n<meta property=\"og:description\" content=\"Bu e\u011fitimde ggplot2&#039;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-27T15:25:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender1.png\" \/>\n<meta name=\"author\" content=\"Dr.benjamin anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Yazan:\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr.benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/\",\"url\":\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/\",\"name\":\"Ggplot2&#39;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/tr\/#website\"},\"datePublished\":\"2023-07-27T15:25:09+00:00\",\"dateModified\":\"2023-07-27T15:25:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48\"},\"description\":\"Bu e\u011fitimde ggplot2&#39;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/statorials.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ggplot2&#39;de g\u00f6sterge boyutu nas\u0131l de\u011fi\u015ftirilir (\u00f6rneklerle)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/tr\/#website\",\"url\":\"https:\/\/statorials.org\/tr\/\",\"name\":\"Statorials\",\"description\":\"\u0130statistik okuryazarl\u0131\u011f\u0131 rehberiniz!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/tr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/statorials.org\/tr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Merhaba, ben Benjamin, emekli bir istatistik profes\u00f6r\u00fc ve Statorials \u00f6\u011fretmenine d\u00f6n\u00fc\u015ft\u00fcm. \u0130statistik alan\u0131ndaki kapsaml\u0131 deneyimim ve uzmanl\u0131\u011f\u0131mla, \u00f6\u011frencilerimi Statorials arac\u0131l\u0131\u011f\u0131yla g\u00fc\u00e7lendirmek i\u00e7in bilgilerimi payla\u015fmaya can at\u0131yorum. Daha fazlas\u0131n\u0131 bil\",\"sameAs\":[\"https:\/\/statorials.org\/tr\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ggplot2&#39;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)","description":"Bu e\u011fitimde ggplot2&#39;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.","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\/tr\/ggplot2-efsanesinin-boyutu\/","og_locale":"tr_TR","og_type":"article","og_title":"Ggplot2&#39;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)","og_description":"Bu e\u011fitimde ggplot2&#39;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.","og_url":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/","og_site_name":"Statorials","article_published_time":"2023-07-27T15:25:09+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/legender1.png"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Yazan:":"Dr.benjamin anderson","Tahmini okuma s\u00fcresi":"2 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/","url":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/","name":"Ggplot2&#39;de G\u00f6sterge Boyutu Nas\u0131l De\u011fi\u015ftirilir (\u00d6rneklerle)","isPartOf":{"@id":"https:\/\/statorials.org\/tr\/#website"},"datePublished":"2023-07-27T15:25:09+00:00","dateModified":"2023-07-27T15:25:09+00:00","author":{"@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48"},"description":"Bu e\u011fitimde ggplot2&#39;de g\u00f6sterge boyutunun nas\u0131l de\u011fi\u015ftirilece\u011fi birka\u00e7 \u00f6rnekle a\u00e7\u0131klanmaktad\u0131r.","breadcrumb":{"@id":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/tr\/ggplot2-efsanesinin-boyutu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/statorials.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Ggplot2&#39;de g\u00f6sterge boyutu nas\u0131l de\u011fi\u015ftirilir (\u00f6rneklerle)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/tr\/#website","url":"https:\/\/statorials.org\/tr\/","name":"Statorials","description":"\u0130statistik okuryazarl\u0131\u011f\u0131 rehberiniz!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/tr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"tr"},{"@type":"Person","@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/365dc158a39a7c8ae256355451e3de48","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/statorials.org\/tr\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/tr\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Merhaba, ben Benjamin, emekli bir istatistik profes\u00f6r\u00fc ve Statorials \u00f6\u011fretmenine d\u00f6n\u00fc\u015ft\u00fcm. \u0130statistik alan\u0131ndaki kapsaml\u0131 deneyimim ve uzmanl\u0131\u011f\u0131mla, \u00f6\u011frencilerimi Statorials arac\u0131l\u0131\u011f\u0131yla g\u00fc\u00e7lendirmek i\u00e7in bilgilerimi payla\u015fmaya can at\u0131yorum. Daha fazlas\u0131n\u0131 bil","sameAs":["https:\/\/statorials.org\/tr"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts\/1111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/comments?post=1111"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/posts\/1111\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/media?parent=1111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/categories?post=1111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/tr\/wp-json\/wp\/v2\/tags?post=1111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}