We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4fd7a commit 75a4100Copy full SHA for 75a4100
README.Rmd
@@ -37,10 +37,10 @@ install.packages("cubeview")
37
## Example
38
39
``` r
40
-library(raster)
+library(terra)
41
42
kili_data <- system.file("extdata", "kiliNDVI.tif", package = "cubeview")
43
-kiliNDVI <- stack(kili_data)
+kiliNDVI <- rast(kili_data)
44
45
cubeview(kiliNDVI)
46
```
README.md
@@ -27,10 +27,10 @@ install.packages("cubeview")
27
28
29
30
31
32
33
34
35
36
0 commit comments