team_5: Welcome to the function, team_5

Description Usage Arguments Value Examples

Description

team_5 returns 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.

Usage

1
team_5(file, tolerance)

Arguments

file

a character string of your shape file

tolerance

the value used for thinning the polygona; a single number of the tolerance value in the metric of the input object for an innerfunction called thinnedSpatialPolymaptools

Value

The return value is a data frame

Examples

1
2
3
4
5
ozfilepath <- system.file("extdata/gadm36_AUS_1.shp", package = "lab3Group9")
res <- team_5(ozfilepath,0.1)
head(res)
tail(res)
unique(res$territory.state)

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