CRAN
treecm 1.2.2
Centre of Mass Assessment and Consolidation of Trees
Released Dec 15, 2015 by Marco Bascietto
Dependencies
The centre of mass is a crucial data for arborists in order to consolidate a tree using steel or dynamic cables. Given field-recorded data on branchiness of a tree, the package: (i) computes and plots the centre of mass of the tree itself, (ii) computes branches slenderness coefficient in order to aid the arborist identify potentially dangerous branches, and (iii) computes the force acting on a ground plinth and its best position relating to the tree centre of mass, should the tree need to be stabilized by a steel cable.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>treecm</artifactId> <version>1.2.2-b30</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:treecm')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.