R/gjamOrdination.R

Defines functions gjamOrdination

Documented in gjamOrdination

gjamOrdination <- function(output, specLabs = NULL, col = NULL, cex = 1, 
                           PLOT=T, method = 'PCA'){
  
  invisible( .gjamOrd( output, specLabs, col, cex, PLOT, method ) )
}
dbystrova/GJAM_clust documentation built on Sept. 15, 2020, 5:46 p.m.