<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chito_ng</author_name>
  <author_url>https://blog.hatena.ne.jp/chito_ng/</author_url>
  <blog_title>まずは蝋の翼から。</blog_title>
  <blog_url>https://knknkn.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>使い方メモ(不便解決)</anon>
  </categories>
  <description>問題 ggplotではgeom_histgramを用いるとヒストグラムを作成できる。また、オプションとしてbinwidthを指定するとビン幅を決めることができる。 library(tidyverse) data &lt;- c( -1, 1, 11, 27, 31) data %&gt;% tibble() %&gt;% ggplot(aes(x = .)) + geom_histogram(binwidth=10, color='white') 上図の各棒は左から 「-5 ~ 5」「5 ~ 10」「10~ 15」,... を区間として値となっている個数を積み上げている。 だが、例えばビン幅10で「-10 ~ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fknknkn.hatenablog.com%2Fentry%2F2020%2F04%2F10%2F193411&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>https://cdn-ak.f.st-hatena.com/images/fotolife/c/chito_ng/20200410/20200410183326.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-04-10 19:34:11</published>
  <title>Rで任意の範囲でヒストグラムを作りたい</title>
  <type>rich</type>
  <url>https://knknkn.hatenablog.com/entry/2020/04/10/193411</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
