artifact-methods: Re-plot an archived plot.

Description Usage Arguments

Description

There are two ways of re-creating the plot. One (method == "replay") is to call grDevices::replayPlot. The other (method == "re-evaluate") is to restore the state of R session at the time of plotting and re-run the expression that created the original plot.

Usage

1
replot(x, method = "re-evaluate")

Arguments

x

plot artifact, as returned by read_artifacts().

method

"replay" or "re-evaluate"


lbartnik/repository documentation built on May 28, 2019, 9:50 a.m.