<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dichika</author_name>
  <author_url>https://blog.hatena.ne.jp/dichika/</author_url>
  <blog_title>盆栽日記</blog_title>
  <blog_url>https://dichika.hateblo.jp/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>ひとりアドベントカレンダー</anon>
  </categories>
  <description>ひとりアドベントカレンダー20日目。 Rからプログラミングの世界に入った人は他言語で似たようなライブラリを扱った時に混乱する可能性がある。 たとえば以下の挙動はRユーザにとってはなんら不自然なものではない。 &gt; x1 &lt;- 0:9 &gt; x2 &lt;- x1[seq(0,9,by=2)] &gt; x2[1] &lt;- 12 &gt; x2 [1] 12 3 5 7 &gt; x1 [1] 0 1 2 3 4 5 6 7 8 9 x2はx1の一部をとりだしたものであり、それを変更してもx1に変更がある、とは考えない。 しかし、Pythonのnumpyでは挙動が異なる。 &gt;&gt;&gt; a = np.arange(10) &gt;&gt;&gt; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdichika.hateblo.jp%2Fentry%2F20151220%2Fp1&quot; title=&quot;Rはコピーするという話 - 盆栽日記&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>2015-12-20 00:00:00</published>
  <title>Rはコピーするという話</title>
  <type>rich</type>
  <url>https://dichika.hateblo.jp/entry/20151220/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
