| export_viewer {Racmacs} | R Documentation |
Export the map viewer
Description
Export a map in a standalone html viewer
Usage
export_viewer(map, file, selfcontained = TRUE, ...)
Arguments
map |
The acmap object |
file |
File to save HTML into |
selfcontained |
Whether to save the HTML as a single self-contained file (with external resources base64 encoded) or a file with external resources placed in an adjacent directory. |
... |
Further parameters to |
Value
Called for the side effect of saving the viewer to an html file but invisibly returns the map viewer htmlwidget.
See Also
Other functions to view maps:
RacViewer.options(),
RacViewer(),
ggplot.acmap(),
mapGadget(),
plot.acmap(),
setLegend(),
view.acmap(),
view.default(),
view()
[Package Racmacs version 1.2.9 Index]