Which color channel to compare: "red", "blue", "green"
tif.fin
Path file name to tif image of plots without additional
bounding point
tif.dot
Path file name to tif image with the given
figure's additional bounding points displayed
automap.method
Method to detect upper and lower bounds. Current
options are "mode" or "median"
Value
A list with up.left and low.right bounding coordinates in pixils
or NA if could not map correctly
Details
This function is used by the automapPts function to retrieve up.left
and low.right pixil coordinates of a figure. getBounds will check a
certain channel (red, green, or blue) of two rtiff/pixmap pixmapRGB
objects. It creates a logical matrix 0 if equal and 1 if
different. This matrix gets passed into the mapMethod function to
determine location.