Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 608 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 608 Bytes

STAT585_LAB3

the link to the git repository including all codes, test and documentation

  1. Creating an R package

  2. Cleaning up last lab's code and wrapping it in functions

  3. Writing some tests and documentation

team_X <- function(file, tolerance) where X is the solution for team X used, file is a file path to a shape file and tolerance is the value used for thinning the polygon

The return value is a data frame of the geographic information of the polygons and the additional information (such as name of the country, name of the territory/state, ...)