addBounding {sendplot} | R Documentation |
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.
addBounding(Splot, figure, bb.clr = "blue", bb.cex = 2, boundFileName = "SplotDot", dir="./")
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 |
This function adds phantom points to a figure to determine a plots bounding box limits.
A .png file is created with points at a figures plotting box bounds. This file is used for automatic mapping of points
NOT CALLED BY USER. INTERNAL HELPER FUNCTION
Lori A.Shepherd, Daniel P. Gaile
# not called by user