README.md

Rtwmap

Install

Windows Binary

Source:

library(devtools)
install_github("Rtwmap", "wush978")

Demo

data(county1984)
random.color <- as.factor(sample(1:3, length(county1984), TRUE))
color <- rainbow(3)
county1984$random.color <- random.color
spplot(county1984, "random.color", col.regions = color, main = "Taiwan Random Color")

Reference



wush978/Rtwmap documentation built on May 4, 2019, 12:02 p.m.