ropensci / pangaear

R client for the Pangaea database
https://docs.ropensci.org/pangaear
Other
21 stars 10 forks source link

Simple plotting function #3

Closed sckott closed 5 years ago

gavinsimpson commented 10 years ago

What do you want to plot?

sckott commented 10 years ago

Sorry for being vague. There is often lat/long data in the data files. My first thought was just to make a simple map where points are located. Of course only where there is lat/long data. Nothing complicated, just a quick fxn for those that aren't too familiar with making maps

gavinsimpson commented 10 years ago

Right; we'd also want to plot the core data for those datasets that are cores. Hence we'll need a few plot() functions and some way to invoke them depending upon what type of data we've retrieved.

sckott commented 10 years ago

Right. What do you mean by cores or core?