Description Usage Arguments Value Examples
Outline from a SpatialPolygons or SpatialPolygonsDataFrame object - any internal holes are filled in.
1 2  | outline_it(spdf)
spdf 
 | 
spdf | 
 A SpatialPolygons or SpatialPolygonsDataFrame  | 
A SpatialPolygons outline of the input object
1 2  | data(RA)
RA.spdf %>% small_chop %>% gSimplify(tol=11000) %>% tidy_it %>% outline_it %>% make_canvas %>% plot_it
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.