blob.stats {imagefx} | R Documentation |
Blob Statistics from Erebus Volcano, Antarctica
Description
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.
Usage
data("blob.stats")
Format
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 ...
Examples
data(blob.stats)
## maybe str(blob.stats) ; plot(blob.stats) ...
[Package imagefx version 0.4.1 Index]