Learn R Programming

imagefx (version 0.4.1)

erebus.40: Image of Erebus Volcano, Antarctica

Description

The 40th frame in a series of images that was recorded seconds prior to a bubble bursting event at Mount Erebus.

JPEG image read in as an array where the third dimension corresponds to the red, green, and blue color channels. Note the image has been compressed significantly to reduce the memory size.

Usage

data("erebus.40")

Arguments

Format

The format is: num [1:225, 1:300, 1:3] 0.0588 0 0 0 0 ...

References

Witsil and Johnson (2018) <10.1016/j.jvolgeores.2018.05.002>

Examples

Run this code
# NOT RUN {
data(erebus.40)
image2(erebus.40)
# }

Run the code above in your browser using DataLab