<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>breezy_cat</author_name>
  <author_url>https://blog.hatena.ne.jp/breezy_cat/</author_url>
  <blog_title>Hazy Ideas</blog_title>
  <blog_url>https://breezy-cat.hatenablog.com/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>勉強</anon>
  </categories>
  <description>*個人勉強用メモです。 データdiamondsとする。 ヒストグラム hist(diamonds$carat) 散布図 plot(price ~ carat, data = diamonds) 箱ひげ図 boxplot(diamonds$carat) ggplot2での作図：文章が多くなるが、見やすく、細かな編集をしやすい ヒストグラム ggplot(data=diamonds) + geom_histogram(aes(x = carat)) 散布図 ggplot(diamonds, aes(x = carat, y = price)) + geom_point() 箱ひげ図 ggplot(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbreezy-cat.hatenablog.com%2Fentry%2F2020%2F10%2F04%2F171237&quot; title=&quot;R: 基本グラフィクス - Hazy Ideas&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>2020-10-04 17:12:37</published>
  <title>R: 基本グラフィクス</title>
  <type>rich</type>
  <url>https://breezy-cat.hatenablog.com/entry/2020/10/04/171237</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
