Created
February 11, 2012 13:53
-
-
Save antagomir/1799513 to your computer and use it in GitHub Desktop.
Hakuesimerkki: HSY Vaestoruudukko
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(sorvi) | |
sp <- GetHSY("Vaestoruudukko") # Hae HSY:n Vaestoruudukko-data | |
df <- as.data.frame(sp) # Tutki aineiston sisaltoa | |
at <- c(seq(0, 2000, 250), Inf) | |
q <- PlotShape(sp, "ASUKKAITA", type = "oneway", at = at, ncol = length(at)) # Piirra kuva |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment