
Last chance! 50% off unlimited learning
Sale ends in
Number of Raw files must be 6 at most. Function will stop otherwise.
plot_IonInjectionTimeOverRT(data, stats, extra_limit)
GGplot object
A data.frame with columns 'fc.raw.file', 'rRT', 'medIIT'
A data.frame with columns 'fc.raw.file', 'mean'
Visual guidance line (maximum acceptable IIT)
data = data.frame(fc.raw.file = rep(c("d","a","x"), each=100),
rRT = seq(20, 120, length.out = 100),
medIIT = c(round(runif(100, min=3, max=5)),
round(runif(100, min=5, max=8)),
round(runif(100, min=1, max=3)))
)
stats = data.frame(fc.raw.file = c("d","a","x"),
mean = c(4, 6.5, 2))
plot_IonInjectionTimeOverRT(data, stats, 10)
Run the code above in your browser using DataLab