MakeHist: make.hist

Description Usage Arguments Value Examples

View source: R/post.processing.R

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")

Example output

Warning messages:
1: Use of `dat[[grep(column.label, colnames(dat))]]` is discouraged. Use `.data[[grep(column.label, colnames(dat))]]` instead. 
2: Removed 2 rows containing missing values (geom_bar). 

Sconify documentation built on Nov. 8, 2020, 6:45 p.m.