<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aipacommander</author_name>
  <author_url>https://blog.hatena.ne.jp/aipacommander/</author_url>
  <blog_title>ITの隊長のブログ</blog_title>
  <blog_url>https://aipacommander.com/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>行列ってなに！？ とりあえず表みたいなイメージで理解しております。 cbind(c(22,3,4),c(4,5,6)) [,1] [,2] [1,] 22 4 [2,] 3 5 [3,] 4 6 22,3,4のベクトルと、4,5,6のベクトルを列ベクトルで結合してくれます、cbind()さんです。 反対（？）に、行ベクトルで結合してくれるのは、rbind()さんです。 rbind(c(22,3,4),c(4,5,6)) [,1] [,2] [,3] [1,] 22 3 4 [2,] 4 5 6 ちなみに cbind(c(22,3,4,5),c(4,5)) のように、左が4つで、右が2つだった場…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faipacommander.com%2Fentry%2F2016%2F01%2F06%2F202136&quot; title=&quot;【R】行列をつくってくれるよcbindさんとrbindさん - ITの隊長のブログ&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.mogile.archive.st-hatena.com/v1/image/aipacommander/297789129598967254.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-01-06 20:21:36</published>
  <title>【R】行列をつくってくれるよcbindさんとrbindさん</title>
  <type>rich</type>
  <url>https://aipacommander.com/entry/2016/01/06/202136</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
