find_rotation: Test for rotation invariant datasets

View source: R/estimateEM.R

find_rotationR Documentation

Test for rotation invariant datasets

Description

find_rotation takes two fits from from PhyloEM, and test if their datasets are equal up to a rotation.

Usage

find_rotation(res1, res2, tol = NULL)

Arguments

res1

an object of class PhyloEM.

res2

an object of class PhyloEM.

tol

relative numerical tolerance. Default to .Machine$double.eps^(0.5).

Value

If appropriate, the rotation matrix rot such that dat1 = rot


pbastide/PhylogeneticEM documentation built on Feb. 12, 2024, 1:27 a.m.