wush978 / Rtwmap

A R package for twmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A R package for twmap


Languages

Language:R 100.0%