# NOT RUN {
geoData = get_geo_position(unique(demoC[demoC==demoC]))
# this may take some time,be patient~
remapB(markLineData = demoC,geoData = geoData)
# Different themes
remapB(markLineData = demoC,color = "Blue",geoData = geoData)
remapB(markLineData = demoC,color = "light",geoData = geoData)
remapB(markLineData = demoC,color = "dark",geoData = geoData)
remapB(markLineData = demoC,color = "redalert",geoData = geoData)
remapB(markLineData = demoC,color = "googlelite",geoData = geoData)
remapB(markLineData = demoC,color = "grassgreen",geoData = geoData)
remapB(markLineData = demoC,color = "midnight",geoData = geoData)
remapB(markLineData = demoC,color = "pink",geoData = geoData)
remapB(markLineData = demoC,color = "darkgreen",geoData = geoData)
remapB(markLineData = demoC,color = "bluish",geoData = geoData)
remapB(markLineData = demoC,color = "grayscale",geoData = geoData)
remapB(markLineData = demoC,color = "hardedge",geoData = geoData)
remapB(markLineData = demoC,markPointData = demoC[,2],
color = "Blue",geoData = geoData)
# }
Run the code above in your browser using DataLab