proportionConRev_HC: Barplot of proportion of contaminants and reverse

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesFilter.R

Description

Plots a barplot of proportion of contaminants and reverse. Same as the function proportionConRev but uses the package highcharter

Usage

1
proportionConRev_HC(nBoth = 0, nCont = 0, nRev = 0, lDataset = 0)

Arguments

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

Value

A barplot

Author(s)

Samuel Wieczorek

Examples

1
proportionConRev_HC(10, 20, 100)

DAPAR documentation built on April 11, 2021, 6 p.m.