Package: gglogger 0.1.5
gglogger: Track 'ggplot2' Calls
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.
Authors:
gglogger_0.1.5.tar.gz
gglogger_0.1.5.tar.gz(r-4.5-noble)gglogger_0.1.5.tar.gz(r-4.4-noble)
gglogger_0.1.5.tgz(r-4.4-emscripten)gglogger_0.1.5.tgz(r-4.3-emscripten)
gglogger.pdf |gglogger.html✨
gglogger/json (API)
# Install 'gglogger' in R: |
install.packages('gglogger', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/pwwang/gglogger/issues
Last updated 29 days agofrom:2bbc91a8f0. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
Dependencies:clicolorspacefansifarverggplot2gluegtableisobandlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerrlangscalestibbleutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Override + operator for ggplot objects to log calls | +.gg |
GGLog class | GGLog GGLog-class |
GGLogs class | GGLogs GGLogs-class |
Override ggplot function to log calls | ggplot |
Print a GGLog object | print.GGLog |
Print a GGLogs object | print.GGLogs |
Register a function that returns a ggplot object This is usually implemented by ggplot extensions. | register |