view {Racmacs} | R Documentation |
S3 method for viewing objects
Description
S3 method for viewing objects
Usage
view(x, ...)
Arguments
x |
The object to view |
... |
Additional arguments, not used. |
Value
When called on an acmap object, returns an htmlwidget object that can be used to interactively view the map. Otherwise by default it simply calls the print method of the respective object with no return value.
See Also
Other functions to view maps:
RacViewer.options()
,
RacViewer()
,
export_viewer()
,
ggplot.acmap()
,
mapGadget()
,
plot.acmap()
,
setLegend()
,
view.acmap()
,
view.default()
[Package Racmacs version 1.2.9 Index]