Description Usage Arguments Author(s) References Examples
Plot data heatmap on geographic map
1 2 | plot_datamap(x, mapdatabase = "world", area = NULL, index = "rich",
plot = TRUE, trans = "log10", gazetter = TRUE)
|
x |
an object of class |
mapdatabase |
The map database to use in mapping, see plot_distmap |
area |
list with four elements. Currently |
index |
character string, either "rec" (number of records) or "rich" (number of species) |
plot |
logical |
trans |
transformation of the data, defaukt = log10 |
gazetter |
logical if Gazetter should be used to add long lat for USA counties where coordinates are missing; default = TRUE |
Franz-Sebastian Krah
Gazetter: https://www.census.gov/geo/maps-data/data/gazetteer2017.html
1 2 3 4 5 6 | ## Not run:
am.dist <- symbiota(taxon = "Amanita muscaria", db = "MyCoPortal")
head(recordsTable(am.dist))
plot_datamap(am.dist, mapdatabase = "state")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.