Static maps with ggplot2 (1)

library(ggplot2)
ggplot(nc) + geom_sf(fill = "mistyrose") + theme_bw()