Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

mapsf (version 0.11.0)

mf_base: Plot an sf object

Description

Plot an sf object. This is mostly a wrapper around plot(st_geometry(x), ...).

Usage

mf_base(
  x,
  col = "grey80",
  border = "grey20",
  bg = "white",
  cex = 1,
  pch = 20,
  lwd = 0.7,
  lty = 1,
  add = FALSE,
  ...
)

Value

x is (invisibly) returned.

Arguments

x

object of class sf, sfc or sfg

col

color

border

border color

bg

background color

cex

point size

pch

pch (point type) for symbols

lwd

border width

lty

line or border type

add

whether to add the layer to an existing plot (TRUE) or not (FALSE)

...

further parameters from plot for sfc objects

Examples

Run this code
library(sf)
mtq <- mf_get_mtq()
mf_map(mtq, type = "base")
mf_map(mtq, type = "base", col = "blue")

Run the code above in your browser using DataLab