Description Usage Arguments Value Examples
plot.DeltaCanalogramGAM
1 2 3 |
x |
DeltaCanaogramGAM object to plot |
which |
Which of 'rate', 'time', 'intensity', or 'all' to plot |
max.time |
Maximum time difference to show in time plots (for legend) |
max.rate |
Maximum rate difference to show in rate plots (for legend) |
... |
<not used> |
A ggplot2 object of the plot
1 2 3 4 5 6 7 8 9 | ## 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)
plot(delta.fit, which = 'all', max.time = 10, max.rate = 5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.