The following is code that makes one of the outlier points the boxplot of figure 1 interactive:
Set up data
x.links = as.data.frame(matrix(rep(NA, 3), nrow=1))
x.links[,1] = "code.html/codeFigure1.html, code.html/initializeObject.html"
x.links[,2] = "code.html/point.interactive.html, code.html/interactiveFigure1.html"
x.links[,3] = "code.html/completeCodeFigure1.html, code.html/completeCode.html"
names(x.links) = c("code", "interactive", "completeCode")
Add to object
Splot = makeImap(Splot, figure=1, xy.type="circle", x.pos=3, y.pos=7,
                              
x.labels = list(Xlabel1.xyType="point", Xlabel2.asLinks="im a link"),
                               y.labels = list(ylabel1.yValue="7", tooltip.font="arial",tooltip.size="20",
                                                      tooltip.fontcolor="hotpink",tooltip.background="blue"),
                               asLinks = "code.html/interactiveFigure1.html",
fname.root="sendPlotEx", spot.radius=20, x.links=x.links,
                              
font.type="arial", font.size="20", font.color="hotpink", bg.color="blue")