Learn R Programming

geozoning (version 1.0.0)

superLines: superLines

Description

superLines

Usage

superLines(boundary)

Arguments

boundary

list, contains x and y coordinates of map boundaries

Value

a SpatialLines object

Details

converts boundary (list of x and y pts) into Spatial Lines

Examples

Run this code
# NOT RUN {
data(mapTest)
superL=superLines(mapTest$boundary)
sp::plot(superL)
# }

Run the code above in your browser using DataLab