violinPlot: violinPlot

View source: R/violinPlot.R

violinPlotR 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)

TopKSignal documentation built on May 29, 2024, 4:26 a.m.