team_1: lab3 work with team_1 function

Description Usage Arguments Value Examples

Description

lab3 work with team_1 function

Usage

1
team_1(file, tolerance, fileread = TRUE)

Arguments

file

path to a shapefile (.shp) with spatial geometry data OR (if fileread = F) a simple features object

tolerance

A numeric value greater than 0.

fileread

If the file can be read in memory or not. Default is TRUE, use fileread=FALSE if the object is already a simple features object

Value

plot

Examples

1
2
ozbig1 <- ozbig
team_1(file=ozbig1, tolerance=0.1, fileread=FALSE)

stharms/stat585Lab3Group10 documentation built on May 9, 2019, 1:12 a.m.