<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MikuHatsune</author_name>
  <author_url>https://blog.hatena.ne.jp/MikuHatsune/</author_url>
  <blog_title>驚異のアニヲタ社会復帰の予備</blog_title>
  <blog_url>https://mikuhatsune.hatenadiary.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>Rを使いこなす</anon>
  </categories>
  <description>グラフを描いたときのタイトルをつけるときに、うまく文字をもってこれなくて苦労したのでメモ。 ここから。 A&lt;- LETTERS[1:4] # 大文字をA〜Zまで用意できる。 a&lt;- letters[1:4] # 小文字をA〜Zまで用意できる。 Aa&lt;- matrix(0,4,4) Aaという行列に、Aとaからそれぞれひとつずつ文字をとってきて、くっつけることにしよう。 このときに使うのがpaste関数。 for(i in 1:4){ for(j in 1:4){ Aa[i,j]&lt;- paste(A[i],a[j]) } } 結果は、半角スペースで結合した文字列が得られる。この半角スペースがいら…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikuhatsune.hatenadiary.com%2Fentry%2F20110407%2F1302158260&quot; title=&quot;文字列の操作 - 驚異のアニヲタ社会復帰の予備&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-04-07 15:37:40</published>
  <title>文字列の操作</title>
  <type>rich</type>
  <url>https://mikuhatsune.hatenadiary.com/entry/20110407/1302158260</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
