# Generated by roxygen2: do not edit by hand

S3method(plot,gdm)
S3method(predict,gdm)
S3method(summary,gdm)
export(calculate.gdm.deviance)
export(formatsitepair)
export(gdm)
export(gdm.crossvalidation)
export(gdm.partition.deviance)
export(gdm.transform)
export(gdm.varImp)
export(isplineExtract)
export(plotUncertainty)
export(subsample.sitepair)
importFrom(Rcpp,sourceCpp)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.next)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pbreplicate)
importFrom(raster,aggregate)
importFrom(raster,cellFromXY)
importFrom(raster,extract)
importFrom(raster,nlayers)
importFrom(raster,rasterToPoints)
importFrom(raster,sampleRandom)
importFrom(raster,stack)
importFrom(raster,xyFromCell)
importFrom(reshape2,dcast)
importFrom(stats,as.dist)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(vegan,vegdist)
useDynLib(gdm, .registration = TRUE)
