| plot_TIC | R Documentation | 
The input is a data.frame with already averaged counts over binned RT-slices.
plot_TIC(data, x_lim, y_lim)
data | 
 A data.frame with columns 'fc.raw.file', 'RT', 'intensity'  | 
x_lim | 
 Plot range of x-axis  | 
y_lim | 
 Plot range of y-axis  | 
GGplot object
 data = data.frame(fc.raw.file = rep(c("file A", "file B", "file C"), each=81),
                   RT = c(20:100), 
                   intensity = c(rnorm(81, mean=20), rnorm(81, mean=10), rnorm(81, mean=30)))
 plot_TIC(data, c(10, 100), c(0, 40))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.