You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried it again after rebooting my system (no other changes to the R environment), which should not have been necessary, I guess. Now everything works out fine.
I installed the package just as suggested in the readme file. Then I tried to replicate the examples on readme file
at
p <- ggplot() + geom_point(aes(x = runif(1000, 0, 8), y = runif(1000, 0, 541))) + scale_y_reverse() + coord_cartesian(xlim = c(0, 8), ylim = c(0,541), expand = FALSE) + theme_classic() gggeo_scale_old(p, pos = "left", rot = 90)
I got the error message
Error in gggeo_scale(p, pos = "left", rot = 90) : unused argument (rot = 90)
When I used the gggeo_scale_old function the error message did not appear.
Running R version 3.6.1 on Ubuntu 18.04 via RStudio.
Best wishes,
Mario
The text was updated successfully, but these errors were encountered: