Git Product home page Git Product logo

regmap's People

Contributors

cszang avatar

Watchers

 avatar  avatar

regmap's Issues

xlim and ylim arguments in euplot() are not the ggplot limits

this time in English in case a non-German speaker stops by:

The xlim and ylim function arguments of the function are not in the ggplot statement (https://github.com/cszang/eumap/blob/6a2bcea5ee03e2e637bab45984799d9e203e98f3/R/eumap.R#L26). Is that intended? I would expect the function to behave like this:

  ggplot(data = .data,
         aes_string(x = .lon, y = .lat)) +
    geom_polygon(data = world, aes(x = X,  y = Y, group = PID),
                 colour = "#BBBBBB", fill = "#DDDDDD") +
    theme_minimal() +
    xlim(xlim) + ylim(ylim) +
    xlab("Longitude") + ylab("Latitude") +
    coord_quickmap()

by the way - I love that you share your little helper packages - and that I get the notifications of new ones now I'm your collaborator on github. I should start to do that too...

regmap not available for R version 3.6.0

Hello,

I updated to R version 3.6.0 and since then I can´t use the "regmap" package. Could you update the package to version 3.6.0, please?

install.packages("regmap")
Installing package into ‘C:/Users/Tony/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘regmap’ is not available (for R version 3.6.0)

Best regards,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.