+.gg {gglogger}R Documentation

Override + operator for ggplot objects to log calls

Description

Override + operator for ggplot objects to log calls

Usage

## S3 method for class 'gg'
e1 + e2

Arguments

e1

A ggplot object.

e2

A layer to add to the ggplot object.

Value

A ggplot object with logged calls.


[Package gglogger version 0.1.6 Index]