addBounding: Adds Markers For Auto-detection of Bounding Points

Description Usage Arguments Details Value Note Author(s) See Also Examples

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

1
2
3
4
5
6
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

1
  # not called by user

sendplot documentation built on May 2, 2019, 3:30 p.m.