Learn R Programming

eulerr (version 2.0.0)

dont_plot: Suppress Plotting

Description

Suppress Plotting

Usage

dont_plot(x, ...)

Arguments

x

Object to call graphics::plot() on.

...

Arguments to pass to x.

Value

Invisibly returns whatever plot(x) would normally returns, but does not plot anything (which is the point).