plot.CanaogramGAM: plot.CanaogramGAM

Description Usage Arguments Value Examples

View source: R/plot.CanaogramGAM.R

Description

plot.CanaogramGAM

Usage

1
2
## S3 method for class 'CanaogramGAM'
plot(x, ...)

Arguments

x

A CanaogramGAM object

...

<not used>

Value

A ggplot2 object with the plot

Examples

1
2
3
4
5
6
## Not run: 
images <- read.images('./data/Trial-1/one gree_T00', n = 10)
fit <- fit.gam(images)
plot(fit)

## End(Not run)

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