NormalizeInfo: Normalize information against total present in both starting...

View source: R/tree_distance_utilities.R

NormalizeInfoR Documentation

Normalize information against total present in both starting trees

Description

Normalize information against total present in both starting trees

Usage

NormalizeInfo(
  unnormalized,
  tree1,
  tree2,
  InfoInTree,
  infoInBoth = NULL,
  how = TRUE,
  Combine = "+",
  ...
)

Arguments

unnormalized

Numeric value to be normalized.

tree1, tree2

Trees from which unnormalized was calculated

InfoInTree

Function to calculate the information content of each tree

infoInBoth

Numeric specifying information content of both trees independently (optional)

how

Method for normalization

...

Additional parameters to InfoInTree() or how.

Author(s)

Martin R. Smith (martin.smith@durham.ac.uk)


ms609/TreeDist documentation built on April 5, 2024, 12:07 a.m.