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

Description Usage Arguments Value Examples

View source: R/team_10.R

Description

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

Usage

1
team_10(file, tolerance)

Arguments

tolerance

A number indicating the tolerance used to thin the shapefile.

place.file

The full file path to your shapefile data.

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_10(datapath, tolerance = 0.01)

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