Description Usage Arguments Author(s) Examples
Highlight the Figure Region of a Plot
1 | highlightFigureRegion(border = "orange", col = adjustcolor(border, 0.1))
|
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). |
Jasper Watson
1 2 3 4 5 6 7 8 | ## Not run:
plot(1:10)
par(xpd = NA)
highlightFigureRegion()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.