Learn R Programming

cubeview - Interactively Explore 3D Raster Data Cubes

cubeview enables interactive 3D exploration of raster data cubes.

Installation

You can install the released version of cubeview from CRAN with:

install.packages("cubeview")

Example

library(terra)

kili_data <- system.file("extdata", "kiliNDVI.tif", package = "cubeview")
kiliNDVI <- rast(kili_data)

cubeview(kiliNDVI)

Code of Conduct

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.

Copy Link

Version

Install

install.packages('cubeview')

Monthly Downloads

183

Version

0.4.1

License

MIT + file LICENSE

Maintainer

Tim Appelhans

Last Published

August 21st, 2025

Functions in cubeview (0.4.1)

legendOptions

Options to control legend appearance.
cubeview

View a RasterStack or RasterBrick as 3-dimensional data cube.
cubeViewOutput

Widget output/render function for use in Shiny
cubeOptions

Options to control cube appearance.