pedmut 0.9.0
New features
-
New function
lumpMutSpecial()implementing special lumping of mutation models. Only some cases are implemented so far, more may be added in the future. -
mutationMatrix()gains argumentvalidate. -
New function
makeStationary()replaces the previousstabilize()for PM-transformation to stationarity. -
As a shortcut for
makeStationary(), the PM transformation may also be applied directly withmutationMatrix(..., transform = "PM")ormutationModel(..., transform = "PM").
Bug fixes
-
Fixed a bug in
makeReversible(..., method = "PR")failing to catch non-reversible inputs. -
Various minor fixes and code simplifications.