addBounding {sendplot}R Documentation

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

Details

This function adds phantom points to a figure to determine a plots bounding box limits.

Value

A .png file is created with points at a figures plotting box bounds. This file is used for automatic mapping of points

Note

NOT CALLED BY USER. INTERNAL HELPER FUNCTION

Author(s)

Lori A.Shepherd, Daniel P. Gaile

See Also

makeImap

Examples

  # not called by user

[Package sendplot version 3.7.0 Index]