Description Usage Arguments Value Author(s) Examples
Drawing an isopleth (also known as heat maps) with GADMTools is straightforward. You just have to select your shape(s) file(s) with gadm_loadcountries, load your data from a csv file for example, and call the isoopleth function with the right arguments.
1 |
x |
Object gadm_sp |
data |
data.frame - data to plot |
palette |
String - An RColorBrewer palette name or a String vector vector of colors. Default NULL. |
title |
String - Plot title. Default is an empty string. |
subtitle |
String - Plot subtitle. Default is an empty string. |
caption |
String - Plot caption. Default is an empty string. |
Object ggplot2
Jean Pierre Decorps <jp.decorps@epiconcept.fr>
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.