Skip to content
Prev 23550 / 29559 Next

Plot one character on a spatial map

On Sun, Oct 18, 2015 at 9:33 PM, Jim Burke <javajimburke at gmail.com> wrote:
(you mean pch=17, not cex?)

 uk = raster::shapefile("uk.shp")
 plot(uk)
 points(0, 55, pch=17, col="darkgreen")

works for me. However it depends on what you call a "spatial graph".
You've not given us an example. If you've used `ggplot` instead of
base graphics like I have then `points` won't work...