useDynLib(gammSlice, .registration = TRUE, .fixes = "F_")
S3method(plot,gSlc)
S3method(summary,gSlc)
export(gSlc)
export(plot.gSlc)
export(summary.gSlc)
export(gSlc.control)
importFrom(KernSmooth,bkde)
importFrom(KernSmooth,dpik)
importFrom(grDevices,dev.new)
importFrom(grDevices,pdf)
importFrom(grDevices,postscript)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(lattice,xyplot)
importFrom(splines,spline.des)
importFrom(stats,acf)
importFrom(stats,as.formula)
importFrom(stats,plogis)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reformulate)
importFrom(stats,rnorm)
importFrom(stats,rgamma)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,terms.formula)
importFrom(mgcv,s)
