validate_mass_props_and_unc_table {massProps} | R Documentation |
Validate a mass properties and uncertainties table
Description
validate_mass_props_and_unc()
calls
validate_mass_props_table()
and further applies the checks of
validate_mass_props_and_unc()
to every row of the data frame corresponding
to a leaf vertex of the tree.
Usage
validate_mass_props_and_unc_table(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
TRUE if valid, stops with an error otherwise
Examples
validate_mass_props_and_unc_table(mp_tree_small, mp_table_small)
[Package massProps version 0.3.3 Index]