Plot a rrs map
plot.rrs_map.Rd
This function plots a rrs map
Usage
# S3 method for class 'rrs_map'
plot(
x,
building_colour = "#f0e7d8",
building_border = "#121212",
road_colour = "#dbdbdb",
road_border = "#121212",
background_colour = NA,
...
)
Examples
gml <- system.file("extdata", "map-test.gml", package = "rrstools")
map_data <- read_rrs_map(gml)
plot(map_data)