if (FALSE) {
## let's read a bitmap image stored in IFF as provided with this package:
filename <- system.file("ilbm8lores.iff", package = "AmigaFFH")
example.iff <- read.iff(filename)
## And plot it:
plot(example.iff)
}
Run the code above in your browser using DataLab