Learn R Programming

gofigR (version 0.3.1)

intercept: 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)

Value

intercepted function

Arguments

plot_func

function to intercept

Examples

Run this code
gf_plot <- intercept(base::plot)

Run the code above in your browser using DataLab