plot_suppress {teal.widgets} | R 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) |
[Package teal.widgets version 0.4.3 Index]