powered by
A ggplot2 theme with no background, gridlines, border, labels, or ticks.
theme_map()
theme
# NOT RUN { require("maps") states <- data.frame(map("state", plot=FALSE)[c("x","y")]) (usamap <- qplot(x, y, data=states, geom="path")) usamap + theme_map() # }
Run the code above in your browser using DataLab