dd.crown | R Documentation |
This function calculates the distance and direction to the nearest crown pixel from the plot center
dd.crown(crowns = NA, thresh.val = 1, degrees = FALSE, from = FALSE)
crowns |
Raster object of tree crown positions. Defaults to NA. |
thresh.val |
Threshold value used for tree crown selection. Defaults to 1. |
degrees |
Boolean switch for the output of direction values in degrees rather than radians. Defaults to FALSE. |
from |
Boolean switch for the output of direction values from nearest crowns rather than to nearest crowns. Defaults to FALSE. |
The results of dd.crown
Adam Erickson, adam.erickson@ubc.ca
http://www.sciencedirect.com/science/article/pii/S0168192315001173
dd.crown(crowns=itc.crowns, thresh.val=1, degrees=FALSE, from=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.