team_11: Team 11 Function

Description Usage Arguments Examples

Description

Function based on team_11 in lab2 Converts a shape file into a dataframe.

Usage

1
team_11(file, tolerance)

Arguments

file

input shape file datsest (.shp)

tolerance

the value for thining the shape file. The tolerance is a single numeric value (e.g., 0.1)

Examples

1
2
3
4
5
# A shape file for Austrilia is already stored in the package called (Aus)

# Use the team_11 function to convert the shape file to a dataframe
Aus_datfra <- team_11(Aus, 0.01)
head(Aus_datfra)

kgulzina/stat585lab3package documentation built on May 21, 2019, 11:42 a.m.