Description Usage Arguments Value Examples
View source: R/DatasetComparison.R
Test (demonstration) for plotting Quantile-Quantile chart and Kruskal-Wallis Violin chart for positive/negative class
1 |
df |
Data frame with Feature_name column and feature frequency per dataset |
condition |
Datasets' class (default: |
palette |
Dataset colors (default: |
None
1 2 3 | data(dsfeatfreqnegative)
# testCompareDsFeatFreq(dsfeatfreqnegative, 'Negative', dataset.colors[c(1:5, 7)])
testCompareDsFeatFreq(dsfeatfreqnegative, 'Negative', NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.