register {gglogger} | R Documentation |
Register a function that returns a ggplot object This is usually implemented by ggplot extensions.
register(f, name = NULL)
f |
A function that returns a ggplot object. |
name |
A string to represent the name of the function. |
A function that returns a ggplot object with logged calls.