plotResiduals-methods: plot of residuals

plotResidualsR Documentation

plot of residuals

Description

calculate residuals and produce heatmap

Usage

plotResiduals(object, data, uncertainty = NULL)

## S4 method for signature 'CogapsResult'
plotResiduals(object, data, uncertainty = NULL)

Arguments

object

an object of type CogapsResult

data

original data matrix run through GAPS

uncertainty

original standard deviation matrix run through GAPS

Value

creates a residual plot

Examples

data(GIST)
# to expensive to call since it plots
# plotResiduals(GIST.result, GIST.matrix)

CoGAPS/CoGAPS documentation built on April 12, 2024, 3:12 a.m.