rollup_radii_of_gyration_unc | R Documentation |
rollup_radii_of_gyration_unc()
adds calculated radii of gyration uncertainties to a data frame
of rolled-up mass properties and uncertainties.
Radii of gyration uncertainties are calculated directly from moments of inertia and mass and their uncertainties; they are not recursively-defined. Radii of gyration uncertainties for composite elements depend on uncertainties of their component elements.
rollup_radii_of_gyration_unc(tree, df)
tree |
An 'igraph' tree whose vertices are named as the values of the |
df |
A data frame with (at least) these columns: |
A data frame with the same columns as df
, plus
radii of gyration in columns sigma_kx
, sigma_ky
, and sigma_kz
.'
sawe_table_rollup <- rollup_mass_props(sawe_tree, sawe_table)
rollup_radii_of_gyration_unc(sawe_tree, add_radii_of_gyration(sawe_table_rollup))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.