- position
Position of the toolbar relative to the plot.
One of 'top', 'bottom', 'topleft', 'topright', 'bottomleft', 'bottomright'
- saveaspng
Show (TRUE) or hide (FALSE) the 'download png' button.
- pngname
The default basename (without .png extension) to use for the png file.
- tooltips
A named list with tooltip labels for the buttons,
for adapting to other language. Passing NULL will use the default tooltips:
list(
lasso_select = 'lasso selection',
lasso_deselect = 'lasso deselection',
zoom_on = 'activate pan/zoom',
zoom_off = 'deactivate pan/zoom',
zoom_rect = 'zoom with rectangle',
zoom_reset = 'reset pan/zoom',
saveaspng = 'download png'
)
- hidden
A character vector with the names of the buttons or button groups to be hidden
from the toolbar.
Valid button groups: selection, zoom, misc
Valid button names: lasso_select, lasso_deselect, zoom_onoff, zoom_rect, zoom_reset, saveaspng
- delay_mouseover
The duration in milliseconds of the
transition associated with toolbar display.
- delay_mouseout
The duration in milliseconds of the
transition associated with toolbar end of display.