Nothing
tmLocate <-
function(coor, tmSave) {
tm <- tmSave$tm
# retrieve selected rectangle
rectInd <- which(tm$x0 < coor[1] &
(tm$x0 + tm$w) > coor[1] &
tm$y0 < coor[2] &
(tm$y0 + tm$h) > coor[2])
return(tm[rectInd[1], ])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.