This creates an html widget for viewing antigenic maps.
RacViewer(
map,
show_procrustes = FALSE,
show_group_legend = FALSE,
options = list(),
width = NULL,
height = NULL,
elementId = NULL
)
The map data object
should procrustes lines be shown
Show an interactive legend detailing different
groups as set by agGroups()
and srGroups()
A named list of viewer options supplied to
racviewer.options()
Width of the widget
Height of the widget
DOM element ID
An object of class htmlwidget that will intelligently print itself into HTML in a variety of contexts including the R console, within R Markdown documents, and within Shiny output bindings.
Other functions to view maps:
RacViewer.options()
,
export_viewer()
,
ggplot.acmap()
,
mapGadget()
,
plot.acmap()
,
setLegend()
,
view.acmap()
,
view.default()
,
view()