Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesFilter.R
Plots a barplot of proportion of contaminants and reverse. Same as the function
proportionConRev
but uses the package highcharter
1 | 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
1 | proportionConRev_HC(10, 20, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.