Miluji Sb gmail.com> writes:
>
> Dear all.
>
> I would like to draw a map of France, Italy, Spain, and Portugal at NUTS 2
> level. I used the following code:
>
...
> # Subset NUTS 2 level data
> map_nuts2 <- subset(EU_NUTS, STAT_LEVL_ == 2)
>
> # Draw basic plot
> plot(map_nuts2)
country <-
Dear all.
I would like to draw a map of France, Italy, Spain, and Portugal at NUTS 2
level. I used the following code:
library(“rgdal”)
library(“RColorBrewer”)
library(“classInt”)
#library(“SmarterPoland”)
library(fields)
# Download Administrative Level data from EuroStat
temp <- tempfile(fileex
2 matches
Mail list logo