Learn R Programming

eulerr (version 4.1.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 return, but does not plot anything (which is the point).