export(dimcheckMDS)
export(ordiselect)
export(racurve)
export(racurves)
export(specresponse)
export(cv)
export(sem)

import(
  vegan,
  fields,
  mgcv
)

importFrom("graphics", "abline", "legend", "lines", "plot", "points", "text")
importFrom("stats", "complete.cases", "quantile", "sd")
importFrom("utils", "head")
importFrom("grDevices", "col2rgb", "rgb")
importFrom("stats", "glm", "predict", "extractAIC")
