Description Usage Arguments Value
This function checks whether a set of vectors has the following two properties:
the set is orthonormal
each vector has components summing to zero (that is, it is a deviation)
1 | is_JP_ready(x, verbose = TRUE, tol = 1e-04)
|
x |
an |
verbose |
a logical. Should the result of the check be displayed? |
tol |
a positive numeric. The accepted tolerance for the constraints. |
A list with entries
TRUE if the set obeys the constraints, FALSE otherwise
the tolerance allowed on the constraints
the cross product of the vectors
the sum of the components of each vector
the checked vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.