Learn R Programming

TopKSignal (version 1.0)

violinPlot: violinPlot

Description

violinPlot

Usage

violinPlot(estimation, trueSignal = NULL, title = NULL)

Value

A violint plot with the estimated distribution of each object

Arguments

estimation

The estimation list from the 'estimateTheta' function

trueSignal

The true signal (if available)

title

The title of the plot

Examples

Run this code
data(estimatedSignal)
violinPlot(estimatedSignal)

Run the code above in your browser using DataLab