Description Usage Arguments Value Examples
calculate residuals and produce heatmap
1 2 3 4 | 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
1 2 3 | data(GIST)
# to expensive to call since it plots
# plotResiduals(GIST.result, GIST.matrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.