View source: R/TreeStructs_methods.r
find_first_branch.TreeStructs | R Documentation |
Finds the first branches of treestructs
Finds the first branch in a treestruct dataframe
## S3 method for class 'TreeStructs'
find_first_branch(obj, daughter_threshold = 0.25)
## Default S3 method:
find_first_branch(ts, daughter_threshold = 0.25)
obj |
Treestructs object |
daughter_threshold |
Proportion of the radius of the parent branch that daughter branches must attain for a furction to be counted as the first branch, Default: 0.25 |
ts |
treestruct dataframe |
Returns NA if no significant furcations found
Returns NA if no significant furcations found
internode_id of parent branch where first furcation occurs
internode_id of parent branch where first furcation occurs
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.