ropensci/neotoma

Add `plot` methods for all objects.

Closed this issue · 1 comments

Plot method could:

  • reflect dataset type
  • plot an underlying map
  • automagically limit the x & ys
  • ???

Okay, I'm happy-ish with this now. We get a plot, no added underlying map though to keep things clean. It pushes over the margin, adds a legend and resets the par afterwards.

A bit dopey, but it's okay. Made a note in commit e854ef0 that I'd like to see cleaner plotting, but at this point I'm happy with the plotting as is. Maybe I can add a neotoma/leaflet package :)