View source: R/missingValuesFilter.R
proportionConRev_HC | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.