writeToHTML: Writes Data Frame Entries to File In Interactive Format
Description
NOT CALLED BY USER. The writeToHTML functions are utilized
by makeSplot to access entries of a data frame and convert entries
into a format for interactive display.
Usage
writeToHTML1(obj,DFs, iType)
writeToHTML2(obj,DFs, iType)
Arguments
obj
list containing data frames dat and dat2. This object is output from
the makeScatterDF or makeImageDF function
DFs
output from makeCharacter function
iType
indication of what type of image map region. Currently
supported types are circle, rect, poly, or default
Value
Line by Line output
Details
The writeToHTML functions are utilized by the makeSplot when
an interactive figure is desired. It takes properly formated data and based
on what imagemap region (i.e. circle, rect, poly, or default), writes
data to an HTML file. HTML1 is utilized when using header = "v1"
HTML2 is utilized when using header = "v2" or "v3"
The data is displayed in different ways depending on the header. users are encouraged to see vignette for better descriptions and
examples