<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sessan</author_name>
  <author_url>https://blog.hatena.ne.jp/sessan/</author_url>
  <blog_title>setoya-blog</blog_title>
  <blog_url>https://www.setoya-blog.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>ggplot2ではなく、普通のplot関数で書くようなグラフを例えば3x3のグリッド状に並べたいときはpar関数でグリッドを指定する。引数にmfrowを指定すると行方向にグラフが埋まっていき、mfcolを指定すると列方向にグラフが埋まっていく。3x3のグリッド状にグラフを表示したいときは、グラフを描く前に以下のようにする。 この場合は、先に行方向にグラフが埋まっていく。 &gt; par(mfrow=c(3, 3)) この後、普通にplot(x, y, type=&quot;l&quot;)とかやればよい。グラフを埋めている途中は、次のような感じになる。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.setoya-blog.com%2Fentry%2F2013%2F02%2F12%2F221434&quot; title=&quot;Rで普通のプロットをグリッド状に並べる - setoya-blog&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>http://cdn-ak.f.st-hatena.com/images/fotolife/s/sessan/20130212/20130212221335.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-02-12 22:14:34</published>
  <title>Rで普通のプロットをグリッド状に並べる</title>
  <type>rich</type>
  <url>https://www.setoya-blog.com/entry/2013/02/12/221434</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
