R/scores.CCA.sol.R

Defines functions scores.CCA.sol

Documented in scores.CCA.sol

scores.CCA.sol <- function(CCA.sol){
	dims=CCA.sol$dimens
	scores=list()
	scores$sites=CCA.sol$Site_Scores[,1:dims]
	scores$species=CCA.sol$Species_Scores[,1:dims]
	scores$variables=CCA.sol$Env_Var_Scores[,1:dims]
	return(scores)
}

Try the MultBiplotR package in your browser

Any scripts or data that you put into this service are public.

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.