plot_map_sampling: Plot the map of the sampling design

View source: R/figures.R

plot_map_samplingR Documentation

Plot the map of the sampling design

Description

Plot the map of the sampling design

Usage

plot_map_sampling(data, proj = "+proj=moll", basesize = 7)

Arguments

data

the complete dataset

proj

the projection to be used (e.g. "+proj=moll" - the default)

basesize

the value for the argument base_size used in ggplot2::theme()

Examples

plot_map_sampling(data_rangers_with_geo)

if(require(patchwork)) {
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=moll") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=robin" ) +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=natearth2") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=mbt_fps") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=hammer") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=wag1") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=eqearth") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=eck4") +
  plot_map_sampling(data_rangers_with_geo, proj = "+proj=boggs")
}


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.