plotDist {profileScoreDist} | R Documentation |
plotDist
creates a rudimentary plot of signals and backgrounds.
plotDist(x)
x |
A ProfileDist object. |
This is a generic function.
The scores vector.
data(INR) thedist <- computeScoreDist(regularizeMatrix(INR), 0.5) plotDist(thedist)