set_mass_props_unc {massProps} | R Documentation |
Set mass properties uncertainties for a row in a data frame
Description
set_mass_props_unc()
sets mass properties uncertainties for a
selected row in a data frame with an id
column.
Usage
set_mass_props_unc(df, id, mpu)
Arguments
df |
A data frame with an |
id |
The |
mpu |
A list with the following named elements:
|
Value
The updated data frame.
Examples
set_mass_props_unc(sawe_table, "Combined", get_mass_props_unc(sawe_table, "Widget"))
[Package massProps version 0.3.3 Index]