register: Register a function that returns a ggplot object This is...

View source: R/gglogger.R

registerR Documentation

Register a function that returns a ggplot object This is usually implemented by ggplot extensions.

Description

Register a function that returns a ggplot object This is usually implemented by ggplot extensions.

Usage

register(f, name = NULL)

Arguments

f

A function that returns a ggplot object.

name

A string to represent the name of the function.

Value

A function that returns a ggplot object with logged calls.


gglogger documentation built on Oct. 25, 2024, 5:06 p.m.