proportionConRev_HC {DAPAR} | R Documentation |
Plots a barplot of proportion of contaminants and reverse. Same as the function
proportionConRev
but uses the package highcharter
proportionConRev_HC(nBoth = 0, nCont = 0, nRev = 0, lDataset = 0)
nBoth |
The number of both contaminants and reverse identified in the dataset. |
nCont |
The number of contaminants identified in the dataset. |
nRev |
The number of reverse entities identified in the dataset. |
lDataset |
The total length (number of rows) of the dataset |
A barplot
Samuel Wieczorek
proportionConRev_HC(10, 20, 100)