This should help you get started:
library(maptools)
library(ggplot2)
library(ggalt)
library(ggthemes)
library(tibble)
library(viridis)
# get italy region map
italy_map <- map_data("italy")
# your data will need to have these region names
print(unique(italy_map$region))
# w
Dear Users
I am very new to the use of ggplot. I am supposed to make a plot of
Italian provinces in which I have to fill the color of some provinces
with the values of a variable(I do not provide the data because it is
irrelevant which data to use).
Right now I explored the function map in maps
2 matches
Mail list logo