Geolines
Arguments
- bertin
map object
- stroke
stroke color
- strokeWidth
stroke width
- strokeDasharray
stroke dash array
- strokeLinecap
appearance of the line cap
- display
Boolean to allow to show or hide the layer. This parameter has no effect on the calculation of the extent
- strokeOpacity
stroke opacity
Examples
library(sf)
world <- st_read(system.file("gpkg/world.gpkg", package = "bertin"),
layer = "world", quiet = TRUE)
bt_param(projection = "Eckert3", clip = TRUE) |>
bt_outline() |>
bt_layer(data = world, fill = "white") |>
bt_geolines() |>
bt_draw()