# NOT RUN {
data = data.frame(country = mapNames("world"),
value = 5*sample(178)+200)
head(data)
out = remapC(data,maptype = "world",color = 'skyblue')
plot(out)
remapC(chinaIphone,
markLineData = demoC,
markPointData = demoC[,2])
# }
Run the code above in your browser using DataLab