Learn R Programming

profileScoreDist (version 1.0.2)

plotDist: Plot background and signal distributions.

Description

plotDist creates a rudimentary plot of signals and backgrounds.

Usage

plotDist(x)

Arguments

x
A ProfileDist object.

Value

  • The scores vector.

Details

This is a generic function.

Examples

Run this code
data(INR)
thedist <- computeScoreDist(regularizeMatrix(INR), 0.5)
plotDist(thedist)

Run the code above in your browser using DataLab