Interactive maps with mapview (2)

library(mapview)
mapview(nc, col.regions = "navajowhite3", label = "NAME") + 
  mapview(nc_points, col.regions = "red", cex = 5)