plot_map {slendr} | R Documentation |
Plot slendr
geographic features on a map
Description
Plots objects of the three slendr
spatial classes (slendr_map
,
slendr_region
, and slendr_pop
).
Usage
plot_map(
...,
time = NULL,
gene_flow = FALSE,
graticules = "original",
intersect = TRUE,
show_map = TRUE,
title = NULL,
interpolated_maps = NULL
)
Arguments
... |
Objects of classes |
time |
Plot a concrete time point |
gene_flow |
Indicate geneflow events with an arrow |
graticules |
Plot graticules in the original Coordinate Reference System (such as longitude-latitude), or in the internal CRS (such as meters)? |
intersect |
Intersect the population boundaries against landscape and other geographic boundaries (default TRUE)? |
show_map |
Show the underlying world map |
title |
Title of the plot |
interpolated_maps |
Interpolated spatial boundaries for all populations
in all time points (this is only used for plotting using the |
Value
A ggplot2 object with the visualized slendr map
[Package slendr version 0.9.1 Index]