defaultPngDevice: Determine the best PNG device for your system

View source: R/images.R

defaultPngDeviceR Documentation

Determine the best PNG device for your system

Description

Returns the best PNG-based graphics device for your system, in the opinion of the htmltools maintainers. On Mac, grDevices::png() is used; on all other platforms, either ragg::agg_png() or Cairo::CairoPNG() are used if their packages are installed. Otherwise, grDevices::png() is used.

Usage

defaultPngDevice()

Value

A graphics device function.


htmltools documentation built on Nov. 3, 2023, 5:07 p.m.