Plot a typology layer.
typoLayer(spdf, df, spdfid = NULL, dfid = NULL, var, col = NULL, border = "grey20", lwd = 1, colNA = "white", legend.pos = "bottomleft", legend.title.txt = var, legend.title.cex = 0.8, legend.values.cex = 0.6, legend.values.order = NULL, legend.nodata = "no data", legend.frame = FALSE, add = FALSE)
propSymbolsTypoLayer, typoLayer, legendTypo
data(nuts2006) ## Example 1 nuts0.df$typo <- c(rep("A",10),rep("B",10),rep("C",10),rep("D",4)) typoLayer(spdf = nuts0.spdf, df = nuts0.df, var = "typo")## Example 2 nuts0.df$typo <- c(rep("A",10),rep("B",10),rep("C",10),rep("D",4)) typoLayer(spdf = nuts0.spdf, df = nuts0.df, var="typo", col = carto.pal(pal1 = "multi.pal", 4), legend.values.order = c("D", "B", "A", "C"), legend.pos = "topright", legend.title.txt = "Category")layoutLayer(title = "Colors in Europe", sources = "UMS RIATE, 2015", scale = NULL, frame = TRUE, col = "black", coltitle = "white")