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 ) )
}
dariamed/gjamed documentation built on Sept. 27, 2019, 5:31 p.m.