bleutner / RStoolbox

Remote Sensing Data Analysis in R 🛰
264 stars 82 forks source link

Error: rasterCVA #92

Closed RonjaAnn closed 1 year ago

RonjaAnn commented 1 year ago

Hi, there is an error when trying to use the rasterCVA. It happened with my data and also the example.

data(lsat) cva <- rasterCVA(pca[[1:2]], pca[[3:4]])

cva <- rasterCVA(pca[[1:2]], pca[[3:4]]) Error in .toRaster(x) : could not find function ".toRaster"

Thank you!