View source: R/clickableImageMap.R
doubleClick | R Documentation |
detect a (left) double click (without moving cursor position)
doubleClick(tol = 0.001)
tol |
numeric tolerance for detecting same position |
I realized this is not very useful, as processing is stopped until 2 clicks are detected
returns TRUE if a double click was detected
if(interactive()){
doubleClick()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.