<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>R</anon>
    <anon>tidyverse</anon>
  </categories>
  <description>ggplot2グラフのpatchworkによる結合をforループからpurrrのmapとreduceに置き換えたコードです。再現できませんでしたがforループで結合したときに後で結合したグラフほど小さくなる現象が発生したため、後者のmap&amp;reduceを書いています。 # forループ版 library(conflicted) library(tidyverse) library(patchwork) library(ggbeeswarm) theme_set(theme_classic() + theme(axis.title=element_blank())) gg &lt;- NULL # […</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2025%2F02%2F24%2F030026&quot; title=&quot;R&amp;amp;tidyverse ggplot2グラフのpatchwork結合をforからmap&amp;amp;reduceへ置き換える - potisanのプログラミングメモ&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>2025-02-24 03:00:26</published>
  <title>R&amp;tidyverse ggplot2グラフのpatchwork結合をforからmap&amp;reduceへ置き換える</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2025/02/24/030026</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
