team_7fun: Thin shp file and gg-ify it

Description Usage Arguments Value Examples

Description

Thin shp file and gg-ify it

Usage

1
team_7fun(mypath, mytoler = 0.1)

Arguments

mypath

path to file you want to read

mytoler

numeric, desired tolerance to thin, default is 0.1

Value

A tibble for ggplot2

Examples

1
2
# Take in sf data, use team_7 function, plot output using ggplot2
datatib <- team_7fun(mypath = system.file("shape/nc.shp", package = "sf"), mytoler = 0.2)

ashirazist/ggshp documentation built on May 9, 2019, 1:07 a.m.