plotResiduals {CoGAPS} | R Documentation |
calculate residuals and produce heatmap
plotResiduals(object, data, uncertainty = NULL) ## S4 method for signature 'CogapsResult' plotResiduals(object, data, uncertainty = NULL)
object |
an object of type CogapsResult |
data |
original data matrix run through GAPS |
uncertainty |
original standard deviation matrix run through GAPS |
creates a residual plot
data(GIST) # to expensive to call since it plots # plotResiduals(GIST.result, GIST.matrix)