How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Improvements to Clipping in the R Graphics Engine

calendar_today June 7, 2020 person domain r

UPDATE (2020-11-18): canClip = NA_LOGICAL has been replaced by deviceClip = TRUE The R graphics engine performs some clipping of output regardless of whether the graphics device it is sending output to can perform clipping itself. For example, output that is sent to the postscript() device, which can do its own clipping, is still clipped by the graphics engine to the edges of the device. This is useful for devices that cannot clip, e.

open_in_new Read original post