team_1: Wrapping the solution from team 1 into a function

Description Usage Arguments Value Examples

Description

Wrapping the solution from team 1 into a function

Usage

1
team_1(file, tolerance)

Arguments

file

A file path to a shape file

tolerance

The tolerance value used for thinning the polygon

Value

A data frame of geographic information

Examples

1
2
ozfile <- system.file("extdata/ashmore_cartierIslands.shp",".shp",package=lab3Group9)
oz <- team_1(ozfile,tolerance=.1)

jzemmels/lab3Group9 documentation built on May 9, 2019, 1:10 a.m.