This function facilitates setting racviewer options by returning a list of option settings.
RacViewer.options(
point.opacity = NA,
viewer.controls = "hidden",
grid.display = "static",
grid.col = "#cfcfcf",
background.col = "#ffffff",
show.names = FALSE,
show.errorlines = FALSE,
show.connectionlines = FALSE,
show.titers = FALSE,
xlim = NULL,
ylim = NULL,
translation = c(0, 0, 0),
rotation = c(0, 0, 0),
zoom = NULL
)
Default opacity for unselected points, or "inherit" to take opacity from the color values themselves.
Should viewer controls be shown or hidden by default?
For 3d maps, should the grid be fixed in the background or enclose and rotate along with the map
Color to use for the grid shown behind the map
Color for the viewer background
Toggle name labels on, can be true or false or "antigens" or "sera"
Toggle error lines on
Toggle connection lines on
Toggle titer labels on
x limits to zoom the plot to
y limits to zoom the plot to
Plot starting translation
Plot starting rotation as an XYZ Euler rotation
Plot starting zoom factor
Returns a named list of viewer options
Other functions to view maps:
RacViewer()
,
export_viewer()
,
ggplot.acmap()
,
mapGadget()
,
plot.acmap()
,
setLegend()
,
view.acmap()
,
view.default()
,
view()