Usage
makeImap(Splot,
figure=1,
xy.type=NA,
x.pos,
y.pos,
x.right.pos=NA,
y.bottom.pos=NA,
spot.radius = 5,
x.labels=NA,
y.labels=NA,
xy.labels=NA,
x.links=NA,
y.links=NA,
xy.links=NA,
asLinks=NA,
x.images=NA,
y.images=NA,
xy.images=NA,
sep.chr=":",
font.type="Helvetica",
font.color="black",
font.size="12",
bg.color="#D6E3F6",
fname.root="Splot",
dir="./",
automap.method="mode",
bb.clr=NA,
bb.cex=2,
returnVl=TRUE,
saveFlag=FALSE,
saveName="Splot.RData",
cleanDir=TRUE)
Arguments
Splot
An Object of the class Splot
figure
Indicates which plot figure data corresponds to; this
matches the numeric indication in the layout matrix.
xy.type
Indication of how the xpos and ypos values should be
treated. Current options are "points", "image.midpoints",
"image.boundaries", "image.box", "circle", "rect", and "poly".
See details or vignette.
x.pos
numeric vector of x values for interactive points. If
xy.type is "rect", a numeric vector of the x.left position of
rectangle[s].
y.pos
numeric vector of y values for interactive points. If
xy.type is "rect", a numeric vector of the y.top position of
rectangle[s]
x.right.pos
If xy.type is "rect", a numeric vector of the
x.right position of rectangle[s]
y.bottom.pos
If xy.type is "rect", a numeric vector of the
y.bottom position of rectangle[s]
spot.radius
radius of circle in pixels indicating area that
will be interactive around the center of graphed points.used when
xy.type is "points", "image.midpoints","image.boundaries", or
"circle"
x.labels
data frame of n x m which contains values relating to
the xpos. This information is displayed in the interactive plot
window. See details or vignette
y.labels
data frame of n x m which contains values relating to
the ypos. This information is displayed in the interactive plot
window. See details or vignette
xy.labels
list of matricies. All matricies should be of n x m.
This information is displayed in the interactive plot window. See
details or vignette
x.links
data frame of n x m which contains web addresses
for links relating to the xpos. This information is displayed as
hyperlinks in the interactive plot window. See details or vignette
y.links
data frame of n x m which contains web addresses
for links relating to the ypos. This information is displayed as
hyperlinks in the interactive plot window. See details or vignette
xy.links
list of matricies. All matricies should be of n x m.
This information is displayed in the interactive plot window as
hyperlinks. The values in these matricies should be complete web
address. See details or vignette
asLinks
contains complete web address for points that should be
treated as hyperlinks. See details or vignette
x.images
data frame of n x m which contains paths to images relating to the xpos. n should be the length of the xpos
argument if xy.type is "image.midpoints" and length of xpos - 1 if xy.type is
"image.boundaries" or "image.box". m columns contains inform
y.images
data frame of n x m which contains paths to images
relating to the ypos. n should be the length of the ypos argument if xy.type is "image.midpoints" and length of ypos - 1 if xy.type is
"image.boundaries" or "image.box". m columns contains informat
xy.images
list of matricies. All matricies should be of n x m
where n is the length of y and m is the length of x when xy.type is
"image.midpoint". All matricies should be of n x m
where n is the length of y -1 and m is the length of x - 1 when xy.type
sep.chr
seperation character in tool tip that distinguishes
value from indicator. If a single value, duplicated for all. It may
be a vector of values corresponding to each tooltip entry.
font.type
font type for tool-tip. Currently support fonts are
Arial, Helvetica,and sans-serif
font.color
font color for tool-tip
font.size
font size in tool-tip
bg.color
background color of tool-tip
fname.root
Base name to use for .png file name
dir
directory path to where files should be created
automap.method
Method to detect upper and lower bounds. Current
options are "mode" or "median"
bb.clr
vector of possible color choices for automatic detection
bound point. see details or vignette
bb.cex
Size of automatic detection bound point. see details or
vignette
returnVl
Should Splot object be returned
saveFlag
Should Splot object be saved
saveName
If saveFlag, path file name to save object
cleanDir
logical indicating if the intermediate files generated
by the application should be deleted. The files deleted are of no
consequence to the user; they are needed to identify correct mapping