team_5: Team 5

Description Usage Arguments Value Author(s) Examples

View source: R/team_5.R

Description

Converts the geometry section of a shape file to latitude-longitude format

Usage

1
team_5(file, tolerance = 0.1)

Arguments

file

Shape file path, extension .shp. Must contain a geometry column.

tolerance

Tolerance level for thinning shape file. A percentage between 0 and 1.

Value

a data frame with latitude-longitude and additional geography information

Author(s)

Kellie McClernon

Examples

1
2
aus_file <- system.file("extdata", "gadm36_AUS_1.shp", package = "lab3team12")
team_5(aus_file)

WeiquanLuo/lab3team12 documentation built on May 17, 2019, 8:20 p.m.