Learn R Programming

FourCSeq (version 1.6.2)

plotFits: Plot fit results.

Description

plotFits generates plots of the fits used to calculate the z-scores.

Usage

plotFits(object, viewpoint = NULL, main = NULL)

Arguments

object
A FourC object, after successfully calling getZScores.
viewpoint
A character vector of the viewpoint for which the plots are generated. If set to NULL the first viewpoint in the FourC object is used.
main
Main text for the plots. If set to NULL the column names are printed.

Details

Plots are generated to visualize the results of the fits used to calculate the z-scores.

See Also

FourC, getZScores, distFitMonotone, distFitMonotoneSymmetric

Examples

Run this code
data(fcf, package="FourCSeq")

plotFits(fcf)

Run the code above in your browser using DataLab