Giter Site home page Giter Site logo

ggdoe's People

Contributors

macamiri avatar toledo60 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

macamiri

ggdoe's Issues

gg_rsm() y axis not decoded

Hi,
I've made some rsm graphs, and it works perfectly, except that the y axis is not decoded, so it still displays either x1 or x2 or x2, etc... I've tried using ylab but it only changes the last graph. Here's an example code:

girder_experiment$group <- sample(c(1:4), size = 36, replace = T)
girder_coded <- coded.data(girder_experiment)
girder_rsm <- rsm(response ~ SO(x1, x2, x3), data = girder_coded)
plot <- gg_rsm(girder_rsm, ~ x1 + x2 + x3, filled = T, decode = T, n_columns = 3)

I've noticed that the values of the plot
plot[[1]][["labels"]][["x"]] is empty, while
plot[[1]][["labels"]][["y"]] contains the coded values. The caption that usually contains the at information also includes the x axis label, masking the error. I've managed to "fix" this by substituting these values manually. I don't know enough to find out where this arises, however...

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.