Description Usage Arguments Value Examples
Thin shp file and gg-ify it
1 | team_7fun(mypath, mytoler = 0.1)
|
mypath |
path to file you want to read |
mytoler |
numeric, desired tolerance to thin, default is 0.1 |
A tibble for ggplot2
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.