.compute_validatePair {clockSim} | R Documentation |
Trajectory similarity: validate consistency of result matrix pair
Description
Verify that the two matrices share the same time values and the same states.
Usage
.compute_validatePair(res_mat1, res_mat2)
Arguments
res_mat1 |
Trajectory matrix 1, first column must be time while others are states. |
res_mat2 |
Trajectory matrix 2, first column must be time while others are states. |
Examples
# Internal only; error if check fails.
[Package clockSim version 0.1.2 Index]