Description Usage Arguments Value Examples
plot.dot
1 2 3 |
x |
CanaogramGAM to plot |
scale.range |
Scale for dots (see ggplot2::scale_size_continuous) |
time.max |
Maximum time used for time scale |
... |
<not used> |
A ggplot2 object of the plot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.