Description Usage Arguments Value Author(s) Examples
Plot distribution data on map
1 2 3  | 
x | 
 an object of class "  | 
mapdatabase | 
 The map database to use in mapping. What you choose here determines what you can choose in the region parameter. One of: county, state, usa, world, world2, france, italy, or nz.  | 
region | 
 The region of the world to map. From the maps package, run
  | 
legend | 
 logical  | 
panel | 
 plots panels for each species for species above threshold supplied to   | 
interactive | 
 logical, if TRUE map will be plotted using function   | 
jitter | 
 If you use jitter, the amount by which to jitter points in width, height, or both.  | 
plot | 
 logical  | 
Map (using ggplot2 package) of points or tiles on a world map.
Franz-Sebastian Krah
1 2 3 4 5 6  | ## Not run: 
am.dist <- mycoportal(taxon = "Amanita muscaria")
plot_distmap(am.dist, mapdatabase = "state", interactive = TRUE)
plot_distmap(am.dist, mapdatabase = "state", interactive = FALSE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.