R/wa.R

Defines functions wa

Documented in wa

wa <- function(CCA.sol, transformed=FALSE){
	if (transformed) print(CCA.sol$Transformed_Weighted_Averages) else print(CCA.sol$Weighted_Averages)
}
villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.