Description Usage Arguments Value Examples
Using Team 4's solution to create a data frame for shapefile data
1 | team_4(file_name, tolerance)
|
file_name |
The file path to the shapefile data. |
tolerance |
A number used to thin the shapefile data. |
A dataframe reforming geometry to long, lat, order and group
1 2 | datapath <- system.file("extdata", "gadm36_AUS_shp/gadm36_AUS_1.shp", package = "STAT585.Lab3.Group8.2019")
australia <- team_4(datapath, tolerance = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.