Description Usage Arguments Value Examples
View source: R/post.processing.R
Makes a histogram of the data that is inputted
| 1 | MakeHist(dat, k, column.label, x.label)
 | 
| dat | tibble consisting both of original markers and the appended values from scone | 
| k | the binwidth, set to 1/k | 
| column.label | the label in the tibble's columns the function will search for | 
| x.label | the label that the x axis will be labeled as | 
a histogram of said vector in ggplot2 form
| 1 | MakeHist(wand.final, 100, "IL7.fraction.cond.2", "fraction IL7")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.