team_8: Creates a data frame with group-indicated lat/long data

Description Usage Arguments Examples

Description

From an input .shp file, will create a data frame with columns indicating the country and state/territory of which the data represent, latitude and longitude data, and the group to which the lat/long data belong. Perfectly set-up to put into a ggplot call.

Usage

1
team_8(file, tolerance = 0.1)

Arguments

file

a file path string

tolerance

the tolerance value in the metric of the input object

Examples

1
2
ozfile <- system.file("extdata/ashmore_cartierIslands.shp",".shp",package=lab3Group9)
oz <- team_8(ozfile,tolerance=.1)

jzemmels/lab3Group9 documentation built on May 9, 2019, 1:10 a.m.