Description Usage Arguments Value Examples
This function creates a dataframe from a shapefile using Team 1's solution
1 |
file |
The full file path to your shapefile data. |
tolerance |
A number indicating the tolerance used to thin the shapefile. |
Returns a dataframe.
1 2 | datapath <- system.file("extdata", "gadm36_AUS_shp/gadm36_AUS_1.shp", package = "STAT585.Lab3.Group8.2019")
australia <- team_1(datapath, tolerance = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.