Add points to dynamic map
overlay_points(myplot, lon, lat, col = "black", size = 2, opacity = 1)
myplot | dynamic map produced by |
---|---|
lon, lat | longitude and latitude of points. |
col | colour of points. |
size | size of points. |
opacity | opacity of points. |