plot_datamap: Plot data heatmap on geographic map

Description Usage Arguments Author(s) Examples

Description

Plot data heatmap on geographic map

Usage

1
2
plot_datamap(x, mapdatabase = "world", area = NULL, index = "rich",
  plot = TRUE)

Arguments

x

an object of class "mycodist", see mycoportal

mapdatabase

The map database to use in mapping, see plot_distmap

area

list with four elements. Currently mapdatabase does not contain areas such as Europe, however, this may be manually chosen like this: area = list(min_long = -10, max_long = 24, min_lat = 14, max_lat = 70)

index

character string, either "rec" (number of records) or "rich" (number of species)

plot

logical

Author(s)

Franz-Sebastian Krah

Examples

1
2
3
4
5
## Not run: 
am.dist <- mycoportal(taxon = "Amanita muscaria")
plot_datamap(am.dist, mapdatabase = "state")

## End(Not run)

FranzKrah/rMyCoPortal documentation built on May 14, 2019, 11:11 a.m.