AustralianAntarcticDivision / SOmap

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

SOplot type not working #95

Closed jessm93 closed 3 years ago

jessm93 commented 3 years ago

When using SOplot, unless it is a raster it defaults to being a point using the points() function

https://github.com/AustralianAntarcticDivision/SOmap/blob/062bb0f18f89ce1fac6953404397a4301269af57/R/SOplot.R#L32

This means you cant plot with a line by setting type= if you changed that to plot than it should be able to take a type argument.

Maschette commented 3 years ago

This should be fixed now by changing that line to plot(SObj, add = TRUE, ...)