View source: R/linear_png_device.R
| linear_png_device | R Documentation |
Internal helper to pick the best available PNG graphics
device. Uses ragg::agg_png() by default, then falls back to a
Cairo-backed grDevices::png() device when use_ragg = FALSE, and
finally to the base PNG device.
linear_png_device(use_ragg = TRUE)
use_ragg |
Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.