plotKML icon indicating copy to clipboard operation
plotKML copied to clipboard

Error in as.vector(x, "character") : cannot coerce type 'closure' to vector of type 'character'

Open kamaulindhardt opened this issue 3 years ago • 2 comments

When I run this code in the PNV tutorial I get the error: Error in as.vector(x, "character") : cannot coerce type 'closure' to vector of type 'character'

grid1km$cool.mixed.forest <- biome1km$predictions[, 
                        which(attr(biome1km$predictions, "dimnames")[[2]] == "cool.mixed.forest")]

library(devtools)
# install_github("envirometrix/plotKML", force = TRUE)
# install_github("envirometrix/plotKML", ref = "stars")
# install.packages("plotKML")
library(terra)
library(plotKML)



plotKML(grid1km["cool.mixed.forest"], 
        file.name = "Biome00k_M_cool.mixed.forest_T9998.kml", 
        folder.name = "cool.mixed.forest",
        raster_name = "Biome00k_M_cool.mixed.forest_T9998.png",  
        colour_scale=SAGA_pal[[10]])

What can be the problem?

kamaulindhardt avatar Jul 13 '21 13:07 kamaulindhardt

Hi! I'm not sure I can answer your question but I think it would be great if you could produce a reproducible example (i.e. provide the data, all the packages and so on).

agila5 avatar Jul 13 '21 14:07 agila5

Hi @agila5 ,

Thank you for responding on my issue. Yes of course.

I am basically following the PNV tutorial by Hengl et al. from their PNV maps, see here https://github.com/Envirometrix/PNVmaps

kamaulindhardt avatar Jul 13 '21 14:07 kamaulindhardt