Learn R Programming

precisePlacement (version 0.2.0)

highlightFigureRegion: Highlight the Figure Region of a Plot

Description

Highlight the Figure Region of a Plot

Usage

highlightFigureRegion(border = "orange", 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

Jasper Watson

Examples

Run this code
if (FALSE) {

plot(1:10)
par(xpd = NA)
highlightFigureRegion()

}

Run the code above in your browser using DataLab