Giter Site home page Giter Site logo

Comments (3)

k-tatgenhorst avatar k-tatgenhorst commented on May 29, 2024

As this bumps right into code I am currently looking at, I will take a look.
such as appr = operator (in my case). But for the xbar > > chart it uses “appr”. Also, how could I change the position of the plots?
As far as I can see, the xbar chart also uses the name of the column. I am going to guess that issue may have been a bug and previously addressed?

In the ss.rr.R code each plot has a name attribute and a row and column attribute. I am thinking to define an optional argument and set all of those up in some form of variable (probably a matrix) at the top of the code which can be overwritten.

from sixsigma.

k-tatgenhorst avatar k-tatgenhorst commented on May 29, 2024

I have an additional optional argument (layout) which is passed. It defaults to an empty matrix of 6 rows, 3 columns.
Each row carries a title and row and column for one of the graphs.
I currently have this working and am working on the testing for the argument (so it doesn't just accept junk). I hope to submit a pull request for this tonight.

In terms of building this argument in a call, here is a sample:

The six variables are in the order in which the graphs are normally viewed.

However, the rows and columns are reversed and this does reverse the order on the screen.

bp <- c("Summarized Variation", 3, 2)
cr <- c("Variance Between Appraisers", 2, 2)
cm <- c("Mean of x Between Operators", 1, 2)
vbp <- c("Variation Between Parts", 3, 1)
vba <- c("Variation Between Appraisers", 2, 1)
pai <- c("Part and Appraiser Interaction", 1, 1)

layout <- rbind(bp,cr, cm, vbp, vba, pai)
rownames(layout) <- c("bp","cr", "cm", "vbp", "vba", "pai")

from sixsigma.

k-tatgenhorst avatar k-tatgenhorst commented on May 29, 2024

This is a call I wrote based off of someone else's Youtube video (I don't want anyone thinking I am plagiarizing, but I forgot whose video it was). I wanted one that was very simple. So, this file can either call with or without the customizations to make it easy for any to test and look (yes - the ss.R needs to be merged before this will work).

One other note, as you play with customization remember that the 6th chart (part:appraiser) is not displayed if you set the method to "nested".

Enjoy - and please feel free to give feedback or make corrections.

customizableGRR.txt

from sixsigma.

Related Issues (19)

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.