imageRy

Manipulate and share raster images in R. Original code by Duccio Rocchini, Ludovico Chieffallo, Giovanni Andrea Nocera, Giacomo Panza, Michele Torresani and Elisa Thouverai.

Rapid manual available!

Note Rapid manual here

Packages needed

Warning Packages needed to properly run imageRY: + library(terra)

Ongoing

Clean sentinel.png

For the next UNIBO course (check package testp)

im.multiframe()
im.export()
im.fuzzyclass()

Avoid alphabetical order and use elements

im.ridgeline()

In PCA, retain the whole set

im.pca()

im.flip()

im.flip <- function(a){
a = flip(a)
plot(a)
return(a)
}

im.export()

im.ggplpotRGB()

im.ggplot() # insert different color ramp palettes

https://anonymous.4open.science/r/imageRy-5083/README.md