AustralianAntarcticDivision / SOmap

Southern Ocean round maps
https://australianantarcticdivision.github.io/SOmap/
24 stars 6 forks source link

Wanted: SOmerge function #45

Closed raymondben closed 4 years ago

raymondben commented 5 years ago

In the in-dev ggplot stuff, when dealing with SOmap/SOmanagement objects there is a case where those objects get gg-ified and then combined into a single SOggmap object. It would probably be better to merge them first, then do the gg conversion. That merge function would likely be useful to users in its own right, along the lines of:

p1 <- SOmap()
p2 <- SOmanagement(stuff)
p3 <- SOproj(other_stuff)
p <- SOmerge(p1, p2, p3)
raymondben commented 4 years ago

in progress, https://github.com/AustralianAntarcticDivision/SOmap/commit/5bf94b6ab7c49b7216e88f600b2e47f55a124538