X Tutup
The Wayback Machine - https://web.archive.org/web/20200909080214/https://github.com/r-spatial/cubeview/
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

cubeview - Interactively Explore 3D Raster Data Cubes

Travis build status monthly total CRAN status

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(raster)

kili_data <- system.file("extdata", "kiliNDVI.tif", package = "cubeview")
kiliNDVI <- stack(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.

About

Interactively Explore 3D Raster Data Cubes

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup