update_mass_props_unc | R Documentation |
update_mass_props_unc()
updates mass properties uncertainties
for a specified target row from
specified source rows in a data frame
with (at least) these columns: id
, sigma_mass
, sigma_Cx
, sigma_Cy
, sigma_Cz
,
sigma_Ixx
, sigma_Iyy
, sigma_Izz
, sigma_Ixy
, sigma_Ixz
, sigma_Iyz
.
update_mass_props_unc(df, target, sources, override = set_poi_conv_from_target)
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 |
The updated data frame.
leaves <- names(igraph::neighbors(sawe_tree, "Combined", mode = "in"))
update_mass_props_unc(sawe_table, "Combined", leaves)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.