spheader: HEADER INFORMATION FOR HTML FILE
Description
Stores header information, tooltip information, for html fileformat
Character vector containing lines of html header informationsource
http://www.walterzorn.com/tooltip/tooltip_e.htmDetails
This file contains header information for an html file. It also
contains javascript tooltip necessary for interactive plot. The
different versions have different features or work on different web
browsers.
v1 works well with firefox and displays information in the upper right
corner of the web browser
v2 works well with firefox and displays information at the mouse
location.
v3 is the same as v2 except it allows control of the html window
size. The default window size is 800x1100. To change window size,
alter the window.size argument in makeSplot
, imagesend
,
xy.send
, or heatmap.send
.References
http://www.onlamp.com/pub/a/onlamp/2007/07/05/writing-advanced-javascript.html