Description Usage Arguments Value Examples
View source: R/plot.CanalogramImages.R
plot.CanalogramImages
1 2 3 4 |
x |
An CanalogramImages object |
frames |
The image frames to display |
... |
<not used> |
A ggplot2 object of the plots
1 2 3 4 5 6 | ## Not run:
images <- read.images('./data/Trial-1/one gree_T00', n = 10)
plot(images, frames = c(1, 10))
plot(images)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.