Skip to content
Prev 176234 / 398503 Next

package: maps and spatstat question

Hi Laura,

You might find the map_data function from the ggplot2 package helpful:

library(ggplot2)
library(maps)
head(map_data("state", "iowa"))

It formats the output of the map command into a self-documenting data frame.

Hadley
On Mon, Apr 6, 2009 at 7:00 AM, Laura Chihara <lchihara at carleton.edu> wrote: