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 ) )
}

Try the gjam package in your browser

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

gjam documentation built on May 24, 2022, 1:06 a.m.