Description Usage Arguments Value Examples
The team_5 function utilize the map-dataframe-generator form team 5.
1 |
file |
URL of local path to the shape data. |
tolerance |
The tolerance value, default is 0.1. |
a dataframe of longitude, latitude, group, order and addtional information.
1 2 | filename <- system.file("extdata", "gadm36_AUS_1.shp", package = "MapDfGenerator")
dat <- team_5(filename, tolerance = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.