powered by
This function validates objects of class Orthom.
Orthom
validOrthomObject(object)
Object of class Orthom.
Logical, TRUE if the object passes the validation, otherwise an informative error message is returned.
TRUE
This function is utilized by validObject(). It is tested whether object@M is a square matrix, has \(det(M) = 1\) and \(MM' = I\).
validObject()
object@M
'>Orthom
# NOT RUN { theta <- c(pi/3, pi/5, pi/7) U <- UprodR(theta) validObject(U) # }
Run the code above in your browser using DataLab