Learn R Programming

treecm (version 1.2.2)

calcMoment: Computes moment and returns the moment object

Description

Moment is computed as $M=l \cdot F$, where l is moment arm, F is the component of the force (mass times g) normal to moment arm

Usage

calcMoment(object, g = 9.81)

Arguments

object
an instance of moment class
g
the standard gravity

Value

the updated moment object

See Also

getPlinthForce

Other Stabilization momentClass: buildMomentObject, buildTreeMomentObject, getMoment