plotResiduals-methods: plot of residuals

Description Usage Arguments Value Examples

Description

calculate residuals and produce heatmap

Usage

1
2
3
4
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

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

CoGAPS documentation built on Nov. 8, 2020, 5:02 p.m.