Henrik nicely bought to my attention that SOmanagement(trim-55) doesn't work. I would have done a full reprex but my computer on the AAD network seems to be blocking imgur (classic aad).
I also tried this which works for SOmap_auto but it didnt work
library(SOmap)
x<-SOmap(trim = -55)
x
SOmanagement(ccamlr = TRUE, ccamlr_labels = TRUE, trim = -55, basemap=x)
SOmanagement(ccamlr = TRUE, trim = -55, basemap = x)
Error in plot.window(...) : need finite 'ylim' values
In addition: Warning messages:
1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf
4: In plot.window(...) : "border" is not a graphical parameter
5: In plot.window(...) :
Error in plot.window(...) : need finite 'ylim' values
__
Henrik nicely bought to my attention that SOmanagement(trim-55) doesn't work. I would have done a full reprex but my computer on the AAD network seems to be blocking imgur (classic aad).
I also tried this which works for SOmap_auto but it didnt work
SOmanagement(ccamlr = TRUE, trim = -55, basemap = x) Error in plot.window(...) : need finite 'ylim' values In addition: Warning messages: 1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion 2: In min(x) : no non-missing arguments to min; returning Inf 3: In max(x) : no non-missing arguments to max; returning -Inf 4: In plot.window(...) : "border" is not a graphical parameter 5: In plot.window(...) : Error in plot.window(...) : need finite 'ylim' values __