Crop raster by a clump in R

前端 未结 0 593
情歌与酒
情歌与酒 2021-01-07 06:36

Can I crop a raster to the extent of a single patch after using clump function?

Example:

r <- raster(ncols=12, nrows=12)
set.seed(0)
values(r) <-         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题