<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>watagusa</author_name>
  <author_url>https://blog.hatena.ne.jp/watagusa/</author_url>
  <blog_title>データ分析関連メモ（メモです）</blog_title>
  <blog_url>https://watagusa.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>ggplot2の箱ひげ図を描く関数の備忘録。 geom_boxplot penguinsデータで箱ひげ図を描く。 library(tidyverse) library(palmerpenguins) data(package = 'palmerpenguins') df &lt;- penguins df %&gt;% ggplot2::ggplot(ggplot2::aes(x = species, y = bill_length_mm)) + ggplot2::geom_boxplot() A box and whiskers plot (in the style of Tukey) — geom_b…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwatagusa.hatenablog.com%2Fentry%2F2022%2F06%2F27%2F095344&quot; title=&quot;ggplot2のgeom_boxplotについて備忘録 - データ分析関連メモ（メモです）&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/w/watagusa/20220625/20220625193633.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-27 09:53:44</published>
  <title>ggplot2のgeom_boxplotについて備忘録</title>
  <type>rich</type>
  <url>https://watagusa.hatenablog.com/entry/2022/06/27/095344</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
