addBounding: Adds Markers For Auto-detection of Bounding Points
Description
NOT CALLED BY USER. The addBounding function is utilized by
the makeImap function to create a file with bounding locations for a
desired interactive plot.Usage
addBounding(Splot,
figure,
bb.clr = "blue",
bb.cex = 2,
boundFileName = "SplotDot",
dir="./")
Arguments
Splot
An Object of the class Splot
figure
The numeric indication for which figure's bounding box
points should be displayed
bb.clr
color of bounding points
bb.cex
size of bounding points
boundFileName
name to use for .png file name
dir
directory path to where files should be created
Value
- A .png file is created with points at a figures plotting box
bounds. This file is used for automatic mapping of points
Details
This function adds phantom points to a figure to determine a plots
bounding box limits.