Compute coordinates of lines or curves with critical limits
pls.getLimitsCoordinates(Qlim, T2lim, Zlim, nobj, ncomp, norm, log)
Qlim
: matrix with critical limits for orthogonal distances (X)T2lim
: matrix with critical limits for score distances (X)Zlim
: matrix with critical limits for orthogonal distances (Y)nobj
: number of objects to compute the limits forncomp
: number of components for computing the coordinatesnorm
: logical, shall distance values be normalized or notlog
: logical, shall log transformation be applied or notlist with two matrices (x and y coordinates of corresponding limits)