[R] paired raster boxplots

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Fri Aug 23 17:29:57 CEST 2024


В Fri, 23 Aug 2024 10:15:55 +0200
<sibylle.stoeckli using gmx.ch> пишет:

> > s<-sf$Unterregio
> > r<-allrasters_pres[[1]]
> > 
> > 
> > rs <- stack(r, s)
> > names(rs) <- c('r', 's')  
> Error in `names<-`(`*tmp*`, value = c("r", "s")) : 
>   incorrect number of layer names

It looks like at least one of the rasters 'r' and 's' has multiple
layers. What does names(rs) return? I would offer more detailed advice,
but I don't know 'raster' that well.

The "R Inferno" book [1] offers a lot of generic-R troubleshooting
advice, which should help you progress past errors like this one
without waiting for someone on R-help to reply.

-- 
Best regards,
Ivan

[1] https://www.burns-stat.com/documents/books/the-r-inferno/



More information about the R-help mailing list