Plot an antigenic map using the 'grid' plotting system, this is harder to edit afterwards but allows maps with custom point shapes like "EGG" and "UGLYEGG" to be plotted, or maps where point aspect or rotation has been altered.
grid.plot.acmap(
map,
optimization_number = 1,
xlim = NULL,
ylim = NULL,
plot_ags = TRUE,
plot_sr = TRUE,
plot_labels = FALSE,
plot_blobs = TRUE,
plot_hemisphering = TRUE,
grid.col = "grey90",
grid.margin.col = grid.col,
fill.alpha = 0.8,
outline.alpha = 0.8,
padding = 1,
cex = 1
)
The acmap to plot
The optimization number to plot
optional x axis limits
optional y axis limits
logical, should antigens be plotted
logical, should antigens be plotted
logical, should point labels be plotted
logical, should stress blobs be plotted if present
logical, should arrows be plotted to indicate hemisphering
or trapped points (only for maps where checkHemisphering()
has already
been run)
grid line color
grid margin color
alpha for point fill
alpha for point outline
padding at limits of the antigenic map, ignored if xlim or ylim set explicitly
point size expansion factor
Other functions to view maps:
RacViewer.options()
,
RacViewer()
,
export_viewer()
,
mapGadget()
,
plot.acmap()
,
setLegend()
,
snapshotMap()
,
view.default()
,
view()