plot_suppress: This function opens a PDF graphics device using 'pdf' to...

View source: R/utils.R

plot_suppressR Documentation

This function opens a PDF graphics device using 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 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 May 29, 2024, 2:41 a.m.