update_mass_props_and_unc {massProps} | R Documentation |
Update mass properties and uncertainties
Description
update_mass_props_and_unc()
updates mass properties and uncertainties
for a specified target row from
specified source rows in a data frame.
Usage
update_mass_props_and_unc(
df,
target,
sources,
override = set_poi_conv_from_target
)
Arguments
df |
A data frame with (at least) these columns: |
target |
The |
sources |
List of |
override |
An override function, called as override(df, target, value). The default override sets the POI sign convention
of a computed aggregate to the |
Value
The updated data frame.
Examples
leaves <- list("Widget", "2nd Part")
update_mass_props_and_unc(sawe_table, "Combined", leaves)
[Package massProps version 0.3.3 Index]