R package for geographic regions -


Someone told me about an R package with the definition of the objects of the borders of some regions and countries. What is the name of the package I am trying to find an Italian area, the limit of Veneto? Do you know an alternate way to find that range (I'm not sure that Veneto has been included in the package) ??

required (getData ('GADM' Country = 'ITA', Level = 1), NAME_1 == "Veneto") Plot (Veneto)


Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -