Guest User

Untitled

a guest
Dec 13th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. wisc.map <- map("state", "wisconsin", fill=T)
  2. w <- owin(poly=data.frame(x=rev(wisc.map$x), y=rev(wisc.map$y)))
  3.  
  4. latitude longitude
  5. 1 43.30716 -89.43137
  6. 2 43.30388 -89.42823
  7. 3 43.31845 -89.44372
  8. 4 43.33766 -89.44634
  9. 5 43.50815 -89.52010
  10. 6 43.34179 -89.01988
Add Comment
Please, Sign In to add comment