cubeview
enables interactive 3D exploration of raster
data cubes.
You can install the released version of cubeview from CRAN with:
install.packages("cubeview")
library(raster)
<- system.file("extdata", "kiliNDVI.tif", package = "cubeview")
kili_data <- stack(kili_data)
kiliNDVI
cubeview(kiliNDVI)
Please note that the ‘cubeview’ project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.