Hi Adam,
I used the function itc.wat() to detect the trees in my raster file.
wat <- itc.wat(chm_smooth, res = 0.21, ht2rad=function(x) 0.15746*x, tolerance = 0.5, min.h = 2,silent = TRUE)
I got the results as-
trees crown.area
6835.00000 2.63135
How i can plot the results in my raster?
Hi Adam,
I used the function itc.wat() to detect the trees in my raster file.
wat <- itc.wat(chm_smooth, res = 0.21, ht2rad=function(x) 0.15746*x, tolerance = 0.5, min.h = 2,silent = TRUE)
I got the results as-
trees crown.area
6835.00000 2.63135
How i can plot the results in my raster?