team_1: This function creates a dataframe from a shapefile using Team...

Description Usage Arguments Value Examples

View source: R/team_1.R

Description

This function creates a dataframe from a shapefile using Team 1's solution

Usage

1
team_1(file, tolerance)

Arguments

file

The full file path to your shapefile data.

tolerance

A number indicating the tolerance used to thin the shapefile.

Value

Returns a dataframe.

Examples

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

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