theme_map: ggplot2 Theme for Mapping.

Description Usage See Also Examples

Description

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

Usage

1

See Also

theme

Examples

1
2
3
4
5
6
7
## 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()

## End(Not run)

trinker/mapit documentation built on May 31, 2019, 8:52 p.m.