<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada/</author_url>
  <blog_title>ryamadaのコンピュータ・数学メモ</blog_title>
  <blog_url>https://ryamada.hatenadiary.jp/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>メモコード # 二次元地図を描こう x.min &lt;- 0 x.max &lt;- 10 y.min &lt;- 0 y.max &lt;- 10 n.kizami &lt;- 50 x.val &lt;- seq(from = x.min, to = x.max, length = n.kizami) y.val &lt;- seq(from = y.min, to = y.max, length = n.kizami) head(x.val) # 格子を作る xy &lt;- expand.grid(x.val,y.val) head(xy) plot(xy) my.function &lt;- function(x,y){ ret &lt;-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada.hatenadiary.jp%2Fentry%2F20170621%2F1498031202&quot; title=&quot;地図、等高線 - ryamadaのコンピュータ・数学メモ&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>2017-06-21 16:46:42</published>
  <title>地図、等高線</title>
  <type>rich</type>
  <url>https://ryamada.hatenadiary.jp/entry/20170621/1498031202</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
