ropensci / neotoma

Programmatic R interface to the Neotoma Paleoecological Database.
https://docs.ropensci.org/neotoma
Other
30 stars 16 forks source link

Add `plot` methods for all objects. #188

Closed SimonGoring closed 8 years ago

SimonGoring commented 9 years ago

Plot method could:

SimonGoring commented 8 years ago

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 https://github.com/ropensci/neotoma/commit/e854ef0a8783c4563aef76df4865dbf29acab820 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 :)