plotFits: Plot fit results.

Description Usage Arguments Details Author(s) See Also Examples

View source: R/plotResults.R

Description

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

Usage

1
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.

Author(s)

Felix A. Klein, felix.klein@embl.de

See Also

FourC, getZScores, distFitMonotone, distFitMonotoneSymmetric

Examples

1
2
3
4
5
                       
data(fcf, package="FourCSeq")

plotFits(fcf)
 

FourCSeq documentation built on Nov. 8, 2020, 7:08 p.m.