highlightFigureRegion: Highlight the Figure Region of a Plot

Description Usage Arguments Author(s) Examples

View source: R/AnnotatePlot.R

Description

Highlight the Figure Region of a Plot

Usage

1
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(s)

Jasper Watson

Examples

1
2
3
4
5
6
7
8
## Not run: 

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


## End(Not run)

precisePlacement documentation built on June 15, 2021, 9:09 a.m.