plot_map_sampling | R Documentation |
Plot the map of the sampling design
plot_map_sampling(data, proj = "+proj=moll", basesize = 7)
data |
the complete dataset |
proj |
the projection to be used (e.g. "+proj=moll" - the default) |
basesize |
the value for the argument |
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") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.