Description Usage Arguments Value Examples
plot.images
1 2 3 |
x |
CanaogramGAM to plot |
frames |
Which frames to show |
masked |
Show just the masked data or all data |
... |
<not used> |
A ggplot2 object of the plot
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.images(fit, scale = 'raw', masked = FALSE)
plot.images(fit, scale = 'scaled', masked = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.