Function removeComponent

Remove the principal component specified by the given rotation vector from data. data must have assignable elements. Transposed controls whether rotation is considered a loading for the transposed matrix or the matrix as-is.

void removeComponent(Ror, R) (
  Ror data,
  R rotation,
  Transposed transposed = Transposed.no
);