A very plain ggplot2 theme that is good for maps.

theme_map(base_size = 12)

Arguments

base_size

the base font size for the theme.

Details

This theme is largely based on an example posted by Winston Chang at the ggplot2 Google group forum.