plot_recordstreemap: Treemap of records data

Description Usage Arguments Value Author(s) Examples

Description

Treemap of records data

Usage

1
plot_recordstreemap(x, groupvar = "country", log = TRUE)

Arguments

x

an object of class "mycodist", see mycoportal

groupvar

character of grouping variable, e.g., Country

log

logical whether data should be log-transformed

...

further arguments may be passed to treemap

Value

Map (using treemap package)

Author(s)

Franz-Sebastian Krah

Examples

1
2
3
4
5
## Not run: 
am.dist <- mycoportal(taxon = "Amanita muscaria")
plot_recordstreemap(am.dist, log = FALSE)

## End(Not run)

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