plotGAPS {CoGAPS}R Documentation

Plot Decomposed A and P Matrices

Description

Plot Decomposed A and P Matrices

Usage

plotGAPS(A, P, outputPDF = "")

Arguments

A

the mean A matrix

P

the mean P matrix

outputPDF

optional root name for PDF output, if not specified, output goes to screen

Details

plots the output A and P matrices as a heatmap and line plot respectively

Value

plot

Examples

data(SimpSim)
plotGAPS(SimpSim.result$Amean, SimpSim.result$Pmean)

[Package CoGAPS version 3.0.2 Index]