Manipulate and share raster images in R. Original code by Duccio Rocchini, Ludovico Chieffallo, Giovanni Andrea Nocera, Giacomo Panza, Michele Torresani and Elisa Thouverai.
Note Rapid guide here to be update with im.import()
Warning Packages needed to properly run imageRY:
- library(imageRy)
- library(terra)
- library(ggplot2)
- library(viridis)
- library(fields)
im.list()
mato2 <- im.import("matogrosso_ast_2006209_lrg.jpg")
Warning Things to be checked:
- manuals
- add description of data from Ludovico
- im.dvi(): remove ggplot()
- im.ndvi(): remove ggplot()
- im.import(): also import several layers via pattern=""
- Manuals under implementation