powered by
Determines the value of the bearing area curve for a specific value along the x-axis (xval).
xval
height_ba(x, xval)
A numeric value of the bearing area function corresponding to xval.
A raster or matrix.
Numeric value along the x-axis.
# import raster image data(normforest) normforest <- terra::unwrap(normforest) # determine the bearing area function value # corresponding to an x value of 0.4 val <- height_ba(normforest, 0.4)
Run the code above in your browser using DataLab