Description Usage Arguments Details Value Author(s) Examples
Treemap of records data
1 | plot_recordstreemap(x, groupvar = "country", log = TRUE)
|
x |
an object of class " |
groupvar |
character of grouping variable, e.g., Country |
log |
logical whether data should be log-transformed |
... |
further arguments may be passed to treemap |
Makes use of R package 'treemap'
Map (using treemap package)
Franz-Sebastian Krah
1 2 3 4 5 6 | ## Not run:
am.dist <- symbiota(taxon = "Amanita muscaria", db = "MyCoPortal")
head(recordsTable(am.dist))
plot_recordstreemap(am.dist, log = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.