plus-.ggplot: Add ggplot objects together

+.ggplotR Documentation

Add ggplot objects together

Description

This function allows you to add ggplot objects together using the + operator. This is made possible by the {patchwork} package. This is useful for combining multiple plots into a single figure.

Usage

## S3 method for class 'ggplot'
e1 + e2, ...

Arguments

e1, e2

ggplot objects

...

Other arguments passed to patchwork::wrap_plots().


autograph documentation built on Aug. 23, 2025, 1:11 a.m.