MakeHist: make.hist

Description Usage Arguments Value Examples

Description

Makes a histogram of the data that is inputted

Usage

1
MakeHist(dat, k, column.label, x.label)

Arguments

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

Value

a histogram of said vector in ggplot2 form

Examples

1
MakeHist(wand.final, 100, "IL7.fraction.cond.2", "fraction IL7")

tjburns08/Sconify documentation built on May 31, 2019, 8:56 a.m.