2015-01-26 1 views

ответ

3

Быстрый и грязный:

library(mapdata) 
pts <- data.frame(lon = c(12,13), lat = c(51,52))  
map('worldHires','Germany') 
points(pts) 

enter image description here

+0

Отлично, спасибо. – Trolli

Смежные вопросы