highlightDeviceRegion {precisePlacement} | R Documentation |
Highlight the Device Region of a Plot
Description
Highlight the Device Region of a Plot
Usage
highlightDeviceRegion(border = "skyblue", col = adjustcolor(border, 0.1))
Arguments
border |
Parameter to be passed to graphics::rect. Defaults to "green". |
col |
Parameter to be passed to graphics::rect. Defaults to adjustcolor(border, 0.1). |
Author(s)
Jasper Watson
Examples
## Not run:
plot(1:10)
par(xpd = NA)
highlightDeviceRegion()
## End(Not run)
[Package precisePlacement version 0.1.0 Index]