Track 'ggplot2' Calls
Override + operator for ggplot objects to log calls
GGLog class
GGLogs class
Override ggplot function to log calls
Override + operator for ggplot objects to log calls
Print a GGLog object
Print a GGLogs object
Register a function that returns a ggplot object This is usually imple...
Provides a way to log 'ggplot' component calls, which can be useful for debugging and understanding how 'ggplot' objects are created. The logged calls can be printed, saved, and re-executed to reproduce the original 'ggplot' object.