View source: R/data_tree_tools.R
is_coherent_tree | R Documentation |
Checks if a data.tree is coherent, i.e. all child nodes sum correctly to their parent nodes
is_coherent_tree(tree, attribute, tol = 0.001)
tree |
a data.tree object |
attribute |
the attribute to test for coherency (needs to be numeric!) |
tol |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.