rollup_mass_props_unc_fast {massProps} | R Documentation |
Roll up mass properties uncertainties without input validation
Description
rollup_mass_props_unc_fast()
performs the same operation as rollup_mass_props_unc()
but omits input validation. It is somewhat faster than rollup_mass_props_unc()
but should
be used with caution and only under circumstances in which the caller assumes
responsibility for validity of input. Its behavior when passed ill-formed input is unspecified.
Usage
rollup_mass_props_unc_fast(tree, df)
Arguments
tree |
An 'igraph' tree whose vertices are named as the values of the |
df |
A data frame with (at least) these columns: |
Value
The updated data frame
Examples
rollup_mass_props_unc_fast(sawe_tree, sawe_table)
[Package massProps version 0.3.3 Index]