sakurajima {imagefx} | R Documentation |
Image of Sakurajima Volcano, Japan
Description
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("sakurajima")
Format
The format is: num [1:300, 1:400, 1:3] 0.471 0.475 0.475 0.478 0.475 ...
Examples
data(sakurajima)
image2(sakurajima,asp=1)
[Package imagefx version 0.4.1 Index]