combine_mass_props_unc | R Documentation |
combine_mass_prop_unc()
calculates the mass properties uncertainties of an aggregate from
the mass properties and uncertainties of its constituents and the mass properties of the aggregate.
combine_mass_props_unc(mpl, amp)
mpl |
A list of mass properties and uncertainties lists, each of which contains the following named elements:
|
amp |
A named list of mass properties for the aggregate containing the following named elements:
|
See vignette("massProps", package = "massProps") for details on the algorithms employed.
The mass properties and uncertainties of the aggregate. A list with the same elements as
members of mpl
.
leaves <- names(igraph::neighbors(sawe_tree, "Combined", mode = "in"))
mpl <- Map(f = function(id) get_mass_props_and_unc(sawe_table, id), leaves)
combine_mass_props_unc(mpl, amp = get_mass_props(sawe_table, "Combined"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.