R/utils.R
dont_plot.Rd
Suppress Plotting
dont_plot(x, ...)
Object to call graphics::plot() on.
graphics::plot()
Invisibly returns whatever plot(x) would normally returns, but does not plot anything (which is the point).
plot(x)