Learn R Programming

CoGAPS (version 2.6.0)

plotGAPS: Plotter for GAPS decomposition results

Description

Plots the A and P matrices obtained from the GAPS matrix decomposition.

Usage

plotGAPS(A, P, outputPDF="")

Arguments

A
The amplitude matrix ${\bf{A}}$ obtained from GAPS.
P
The pattern matrix ${\bf{P}}$ obtained from GAPS.
outputPDF
Name of an pdf file to which the results will be output. (Optional; default="" will output plots to screen).

See Also

CoGAPS