The following is code that makes the set of two points in figure 2 interactive:
Set up data
y.lbls = as.data.frame(list(xLabel1.xyType=c("point1", "point2"),
xLabel1.asLinks=c("im not a link", "im not a link")))
y.links = as.data.frame(matrix(rep(NA, 6), nrow=2))
y.links[,1] = "code.html/codeFigure2.html, code.html/initializeObject.html"
y.links[,2] = "code.html/twopoints.interactive.html, code.html/interactiveFigure2.html"
y.links[,3] = "code.html/completeCodeFigure2.html, code.html/completeCode.html"
Add to object
Splot = makeImap(Splot, figure=2, xy.type="circle", x.pos=1:2, y.pos=2:3,
                               x.labels = list(tooltip=c("default settings", "default settings")),
                               y.labels = y.lbls,
fname.root="sendPlotEx", y.links=y.links,
                              
bb.cex=5,spot.radius=15)