We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently just has inspect, capture, modify with ggproto methods. Some things to consider adding/replacing:
Use dplyr to emphasize how ggtrace exposes ggplot2 internals in functional programming terms
ggplot_build.ggproto selective plotting
ggtrace( method = ggplot2:::ggplot_build.ggplot, trace_steps = -1, trace_exprs = expr(data[[1]] <- data[[1]] %>% filter(PANEL == 2)), verbose = FALSE ) barplot_plot
persistent tracing / global_ggtrace_state()
global_ggtrace_state()
The text was updated successfully, but these errors were encountered:
superseded by #74
Sorry, something went wrong.
No branches or pull requests
Currently just has inspect, capture, modify with ggproto methods. Some things to consider adding/replacing:
Use dplyr to emphasize how ggtrace exposes ggplot2 internals in functional programming terms
ggplot_build.ggproto selective plotting
persistent tracing /
global_ggtrace_state()
The text was updated successfully, but these errors were encountered: