Learn R Programming

sendplot (version 4.0.0)

spheader: HEADER INFORMATION FOR HTML FILE

Description

Stores header information, tooltip information, for html file

Arguments

format

Character vector containing lines of html header information

source

http://www.walterzorn.com/tooltip/tooltip_e.htm

Details

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