R/print.met.sel.R

Defines functions print.met.sel

print.met.sel<-function(met.sel){
  cat("Selected Metrics:\n")
  print(met.sel$Best.Metrics)
  #cat("\n")
  #cat("All indicative metrics:\n")
  #print(met.sel$Indicative.Metrics)
}
p-schaefer/BenthicAnalysis documentation built on May 3, 2023, 5:49 a.m.