plot_suppress: This function opens a PDF graphics device using...

View source: R/utils.R

plot_suppressR Documentation

This function opens a PDF graphics device using grDevices::pdf() to suppress the plot display in the IDE. The purpose of this function is to avoid opening graphic devices directly in the IDE.

Description

This function opens a PDF graphics device using grDevices::pdf() to suppress the plot display in the IDE. The purpose of this function is to avoid opening graphic devices directly in the IDE.

Usage

plot_suppress(x)

Arguments

x

lazy binding which generates the plot(s)


teal.widgets documentation built on April 4, 2025, 2:17 a.m.