powered by
Highlight the Plotting Region of a Plot
highlightPlotRegion(border = "red", col = adjustcolor(border, 0.1))
Parameter to be passed to graphics::rect. Defaults to "green".
Parameter to be passed to graphics::rect. Defaults to adjustcolor(border, 0.1).
Jasper Watson
if (FALSE) { plot(1:10) highlightPlotRegion() }
Run the code above in your browser using DataLab