plot_MBRgain | R Documentation |
Per Raw file, the absolute number of transferred IDs as well as the relative gain in percent.
plot_MBRgain(data, title_sub = "")
data |
A data.frame with columns as described above |
title_sub |
Subtitle text |
The input is a data.frame with columns 'fc.raw.file' - raw file name 'abs' - absolute number of transferred ID's 'pc' - gain on top of genuine IDs [ where each row represents one rawfile.
GGplot object
data = data.frame(fc.raw.file = paste("file", letters[1:4]),
abs = c(5461, 5312, 3618, 502),
pc = c(34, 32, 22, 2))
plot_MBRgain(data, "MBR gain: 18%")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.