powered by
GNcities
GNcities(north, ...) ## S3 method for class 'matrix': GNcities(north,...) ## S3 method for class 'Extent': GNcities(north,...)
mybbox = rbind(c(5,10),c(45,50)) cities=GNcities(mybbox, max=5) plot(cities) text(cities, labels=cities$name, col='red')
Run the code above in your browser using DataLab