delta.gam: delta.gam

Description Usage Arguments Value Examples

View source: R/delta.gam.R

Description

delta.gam

Usage

1
delta.gam(before, after)

Arguments

before

CanaogramGAM object before intervention

after

CanaogramGAM object after intervention

Value

DeltaCanaogramGAM object describing the change in flow

Examples

1
2
3
4
5
6
7
8
## Not run: 
images.before <- read.images('./data/before_T00', n = 5)
images.after  <- read.images('./data/after_T00', n = 5)
fit.before <- fit.gam(images.before)
fit.after <- fit.gam(images.after)
delta.fit <- get.change(fit.before, fit.after)

## End(Not run)

enbrown/eye-canalogram documentation built on April 10, 2020, 12:04 a.m.