You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I apologize for not seeing this earlier. You mean that you would like to plot two numbers atop your raster image? Since gapfraction loads the raster package, I would follow this method and use wat[1] and wat[2] for the values, as they are simply concatenated: https://rdrr.io/cran/raster/man/text.html
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?
The text was updated successfully, but these errors were encountered: