Skip to contents

Outline

Usage

bt_outline(
  bertin,
  fill = "#add8f7",
  opacity = 1,
  stroke = "none",
  strokeWidth = 1,
  display = TRUE
)

Arguments

bertin

map object

fill

fill color

opacity

opacity of the object

stroke

stroke color

strokeWidth

stroke width

display

Boolean to allow to show or hide the layer. This parameter has no effect on the calculation of the extent

Value

a map object

Examples

bt_outline(fill = "#ADD8F7", stroke = "#4269ad") |>
  bt_draw()