height_ba | R Documentation |
Determines the value of the bearing area curve for a
specific value along the x-axis (xval
).
height_ba(x, xval)
x |
A raster or matrix. |
xval |
Numeric value along the x-axis. |
A numeric value of the bearing area function
corresponding to xval
.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.