mc.calcAngleMat {mcrPioda} | R Documentation |
Calculate Matrix of All Pair-wise Slope Angles
Description
This version is implemented in C for computational efficiency.
Usage
mc.calcAngleMat(X, Y, posCor = TRUE)
Arguments
X |
measurement values of reference method. |
Y |
measurement values of test method. |
posCor |
should algorithm assume positive correlation, i.e. symmetry around slope 1? |
Value
Upper triangular matrix of slopes for all point combinations. Slopes in radian.
[Package mcrPioda version 1.3.3 Index]