plotGAPS {CoGAPS} | R Documentation |
Plot Decomposed A and P Matrices
plotGAPS(A, P, outputPDF = "")
A |
the mean A matrix |
P |
the mean P matrix |
outputPDF |
optional root name for PDF output, if not specified, output goes to screen |
plots the output A and P matrices as a heatmap and line plot respectively
plot
data(SimpSim) plotGAPS(SimpSim.result$Amean, SimpSim.result$Pmean)