MikkoVihtakari / ggOceanMaps

Plot oceanographic research data on maps using ggplot2
GNU General Public License v3.0
46 stars 7 forks source link

Currents #14

Closed NicoSchiff closed 2 years ago

NicoSchiff commented 2 years ago

Hi,

Do you intend to add the current=TRUE option as was the case in the PlotSvalbard package? I am a bit new and would like to know how I could include pie charts (also like in the PlotSvalbard package).

Thanks

Nicolas

MikkoVihtakari commented 2 years ago

Including ocean currents for the entire world would be time consuming and difficult to do right for all various user-cases. Better that the user adds the currents they want using ggplot syntax. See here: https://aen-r-workshop.github.io/4-ggOceanMaps/ggOceanMaps_workshop.html#50

The same applies for pie-charts. You can add them as you would add them to any ggplot. See here: https://aen-r-workshop.github.io/4-ggOceanMaps/ggOceanMaps_workshop.html#61

Also a general solution is worth mentioning: https://stackoverflow.com/questions/10368180/plotting-pie-graphs-on-map-in-ggplot

MikkoVihtakari commented 2 years ago

Did the above help?

MikkoVihtakari commented 2 years ago

No answer. Closing. Open if needed.

NicoSchiff commented 2 years ago

Hello, I am very sorry for my very late reply. Thank you very much, it fits perfectly with what I want to do!

Once again, sorry