Description Usage Arguments Value Examples
plot.ring
1 2 3 4 |
x |
CanaogramGAM to plot |
which |
Which plot type to create (rate, time, intensity, or all plots) |
resolution |
Resolution at which to make the plot (can be higher than the data resolution) |
rate.max |
Rate to plot at maximum brightness |
time.max |
Time to plot at maximum brightness |
intensity.max |
Intensity to plot at maximum brightness |
... |
<not used> |
A ggplot2 object of the created plot(s)
1 2 3 4 5 6 7 | ## Not run:
images <- read.images('./data/Trial-1/one gree_T00', n = 10)
fit <- fit.gam(images)
plot.ring(fit)
plot.ring(processed, which = 'all')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.