plot.grid: plot.grid

Description Usage Arguments Value Examples

View source: R/plot.grid.R

Description

plot.grid

Usage

1
2
## S3 method for class 'grid'
plot(x, which = c("rate", "time", "intensity", "all"), ...)

Arguments

x

CanaogramGAM to plot

which

Which of 'rate', 'time', 'intensity', or 'all' to plot

...

<not used>

Value

A ggplot2 object of 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.grid(fit)

## End(Not run)

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