blob.stats {imagefx} | R Documentation |
Raw statistics output from calc.blob.stats
that show a single bubble bursting event from the lava lake at Mount Erebus. Each list component corresponds to statistics calculated from the red, green, and blue color channels from the image frames.
data("blob.stats")
The format is: List of 3 $ r: num [1:200, 1:14] 331 332 330 334 330 ... $ g: num [1:200, 1:14] 567.15 568.84 -3.13 -3.08 -4.33 ... $ b: num [1:200, 1:14] 454.8 473.3 461.6 476.2 -2.5 ...
data(blob.stats)
## maybe str(blob.stats) ; plot(blob.stats) ...