slendr
geographic features on a mapPlots objects of the three slendr
spatial classes (slendr_map
,
slendr_region
, and slendr_pop
).
plot_map(
...,
time = NULL,
gene_flow = FALSE,
labels = FALSE,
graticules = "original",
intersect = TRUE,
show_map = TRUE,
title = NULL,
interpolated_maps = NULL
)
A ggplot2 object with the visualized slendr map
Objects of classes slendr_map
, slendr_region
, or
slendr_pop
Plot a concrete time point
Indicate geneflow events with an arrow
Should the (starting) polygons of each populations be labeled with
a respective population label (default FALSE
)?
Plot graticules in the original Coordinate Reference System (such as longitude-latitude), or in the internal CRS (such as meters)?
Intersect the population boundaries against landscape and
other geographic boundaries (default TRUE
)?
Show the underlying world map
Title of the plot
Interpolated spatial boundaries for all populations
in all time points (this is only used for plotting using the explore
shiny app)