View source: R/basic_metrics_qsm.R
tree_position_qsm | R Documentation |
Returns the (X,Y)-position of a treeQSM based on the start position of the first cylinder that is higher than 1.3 m above ground.
tree_position_qsm(cylinder)
cylinder |
Cylinder field of a TreeQSM that is returned by
|
Numeric with the XY coordinates (location) of the tree stem.
## Not run:
# Read tree qsm and calculate tree position
qsm <- read_tree_qsm(QSM_path = "path/to/qsm.mat")
pos <- tree_position_qsm(cylinder = qsm$cylinder)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.