Description Usage Arguments Details Value Examples
superLines
1 | superLines(boundary)
|
boundary |
list, contains x and y coordinates of map boundaries |
converts boundary (list of x and y pts) into Spatial Lines
a SpatialLines object
1 2 3 | data(mapTest)
superL=superLines(mapTest$boundary)
sp::plot(superL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.