Calculates the effective coefficient matrix that maps from the original input space (of the first projector) to the final output space (of the last projector). This is done by multiplying the coefficient matrices of all projectors in the sequence.
# S3 method for composed_projector
coef(object, ...)A matrix representing the combined coefficients.
A composed_projector object.
Currently unused.