team_11: team_11's function for 2-level list extraction

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/team_11.R

Description

This function extracts data from a shape data with 2 levels in file$geometry

Usage

1
team_11(x, tolerance)

Arguments

x

the result of read_sf(".shp")

tolerance

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

Details

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

Value

a small shape file in latitude-longitude format

Author(s)

Lab 2 team 11 from STAT 585 Spring 2019

See Also

team_10, team_5

Examples

1
2
3
dsn=system.file("extdata", "gadm36_AUS_1.shp", package = "lab3team12")
dsh=sf::read_sf(dsn)
tmp=team_11(x = dsh)

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