Creates a single HTML file that embeds an SVG diagram and its XML annotations. Then launches a browser tab to allow viewing and interactive exploration of the SVG diagram.
BrowseSVG(file="test", dir=".", key=TRUE, footer = TRUE, view=interactive())
the filename for the HTML file; this should correspond to basename of an existing SVG and its XML annotations
the folder into which the HTML file is written and where R tries to locate the SVG and XML files
include key for explorer's keyboard commands in webpage
Volker, explain please.
launch in browser; this is the default when running in an interactive session
NULL. This function exists for its side effects only.
An HTML file is written in the given directory and the Javascript library is copied to that location.
to add following first demonstration/publication