plot.summary: plot.summary

Description Usage Arguments Value Examples

View source: R/plot.summary.R

Description

plot.summary

Usage

1
2
## S3 method for class 'summary'
plot(x, file = paste0(x$root, ".pdf"), scale = NA, ...)

Arguments

x

CanaogramGAM to plot

file

Output file to save plot to

scale

Scale at which to plot dot-plots

...

<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')
fit <- fit.gam(images)
plot.summary(fit)

## End(Not run)

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