dont_plot {tactile}R Documentation

Suppress Plotting

Description

Suppress Plotting

Usage

dont_plot(x, ...)

Arguments

x

Object to call graphics::plot() on.

Value

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


[Package tactile version 0.2.1 Index]