intercept {gofigR} | R Documentation |
Wraps a plotting function (e.g. plot) so that its output is intercepted by GoFigr.
Description
Wraps a plotting function (e.g. plot) so that its output is intercepted by GoFigr.
Usage
intercept(plot_func)
Arguments
plot_func |
function to intercept |
Value
intercepted function
Examples
gf_plot <- intercept(base::plot)
[Package gofigR version 0.3.1 Index]