Description Usage Arguments Value Examples
Function for Lab3 using Lab2 Team5 function
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 | fpath <- system.file("extdata","gadm36_AUS_1.shp",package="Lab3R")
team_5(fpath,0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.