plotflow (version 0.2.1)

theme_map: ggplot2 Theme for Mapping.

Description

A ggplot2 theme with no background, gridlines, border, labels, or ticks.

Usage

theme_map()

Arguments

See Also

theme

Examples

Run this code
# 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