sonjaleo/paleoMap

pm_getmap error

Opened this issue · 1 comments

I am getting the following error (plus additional warnings):

Error in plot.window(...) : need finite 'xlim' values
In addition: Warning messages:
1: In min(x) : no non-missing arguments to min; returning Inf
2: In max(x) : no non-missing arguments to max; returning -Inf
3: In min(x) : no non-missing arguments to min; returning Inf
4: In max(x) : no non-missing arguments to max; returning -Inf
5: In plot.window(...) : "border" is not a graphical parameter
6: In plot.window(...) : "add" is not a graphical parameter

Here is the code:

shape  <-  pm_getmap(interval = "Eocene", do.plot = TRUE,
                     colsea = "white", colland = "gray74")

I'm having the same issue as megbalk. But I'm having it with the example code from the vignette.