team_4: Using Team 4's solution to create a data frame for shapefile...

Description Usage Arguments Value Examples

View source: R/Team4.R

Description

Using Team 4's solution to create a data frame for shapefile data

Usage

1
team_4(file_name, tolerance)

Arguments

file_name

The file path to the shapefile data.

tolerance

A number used to thin the shapefile data.

Value

A dataframe reforming geometry to long, lat, order and group

Examples

1
2
datapath <- system.file("extdata", "gadm36_AUS_shp/gadm36_AUS_1.shp", package = "STAT585.Lab3.Group8.2019")
australia <- team_4(datapath, tolerance = 0.01)

EBlagg/STAT585.Lab3.Group8.2019 documentation built on May 29, 2019, 1:20 p.m.