violinPlot {TopKSignal} | R Documentation |
violinPlot
Description
violinPlot
Usage
violinPlot(estimation, trueSignal = NULL, title = NULL)
Arguments
estimation |
The estimation list from the 'estimateTheta' function |
trueSignal |
The true signal (if available) |
title |
The title of the plot |
Value
A violint plot with the estimated distribution of each object
Examples
data(estimatedSignal)
violinPlot(estimatedSignal)
[Package TopKSignal version 1.0 Index]