validOrthomObject function

Validation function for objects of class Orthom

Validation function for objects of class Orthom

This function validates objects of class Orthom. latin1

validOrthomObject(object)

Arguments

  • object: Object of class Orthom.

Details

This function is utilized by validObject(). It is tested whether object@M is a square matrix, has det(M)=1det(M) = 1 and MM=IMM' = I.

Returns

  • TRUE: Logical, TRUE if the object passes the validation, otherwise an informative error message is returned.

Author(s)

Bernhard Pfaff

See Also

Orthom

Examples

theta <- c(pi/3, pi/5, pi/7) U <- UprodR(theta) validObject(U)
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2022-04-29

Useful links