validate_mass_props_and_unc {massProps} | R Documentation |
Validate mass properties and uncertainties
Description
validate_mass_props_and_unc()
is a convenience wrapper that calculates the logical
conjunction of validate_mass_props()
and validate_mass_props_unc()
.
Usage
validate_mass_props_and_unc(mpu)
Arguments
mpu |
Mass properties and uncertainties list containing the following named elements
|
Value
TRUE if valid, stops otherwise
Examples
mpu <- get_mass_props_and_unc(sawe_table, "Widget")
validate_mass_props_and_unc(mpu)
[Package massProps version 0.3.3 Index]