combine_mass_props_and_unc {massProps} | R Documentation |
Combine mass properties and uncertainties
Description
combine_mass_props_and_unc()
is a convenience wrapper that concatenates the
results of combine_mass_props()
and combine_mass_props_unc()
.
Usage
combine_mass_props_and_unc(mpl)
Arguments
mpl |
A list of mass properties and uncertainties lists, each of which contains the following named elements:
|
Value
Combined mass properties list with the same named elements.
Examples
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_and_unc(mpl)
[Package massProps version 0.3.3 Index]