plot.dot: plot.dot

Description Usage Arguments Value Examples

View source: R/plot.dot.R

Description

plot.dot

Usage

1
2
3
## S3 method for class 'dot'
plot(x, scale.range = c(1, 6), time.max = max(x$gam$data$t),
  ...)

Arguments

x

CanaogramGAM to plot

scale.range

Scale for dots (see ggplot2::scale_size_continuous)

time.max

Maximum time used for time scale

...

<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.dot(fit)

## End(Not run)

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