library(maps); library(ggplot2) plot(loc[,2], loc[,1]) map('state', region = c('wisconsin'), add = T) # adds an outline. # or, you might like this version: ...
確定! 回上一頁