Description Usage Arguments Value Examples
Function from Lab2 Team1
1 2 | team_1(file = system.file("extdata", "gadm36_AUS_1.shp", package =
"Lab3R"), tolerance = 0.1)
|
file |
A path to the .shp file of a selected country. Default value is Australia. |
tolerance |
A numeric number of thinning parameter. Default value is 0.1. |
A dataframe for plotting the map of the selected country (with longitude, latitude, and grouping indeces of states/provinces).
1 2 3 | file = system.file("extdata", "gadm36_AUS_1.shp", package = "Lab3R")
tolerance = 0.1
team_1(file = file, tolerance = tolerance)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.