1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
useDynLib(sm, .registration = TRUE)
export(binning, britmap, hcv, hnorm, hsj, nise, nmise, nnbr,
pause, provide.data, sig.trace, sm.ancova,
sm.autoregression, sm.binomial, sm.binomial.bootstrap,
sm.density, sm.density.compare, sm.options, sm.poisson,
sm.poisson.bootstrap, sm.regression, sm.regression.autocor,
sm.rm, sm.script, sm.sphere, sm.survival, sm.ts.pdf, sm.weight,
sm.weight2, sm.surface3d, h.select, sm.sigma, sm.sigma2.compare,
sm.variogram, sm.discontinuity, sm.monotonicity, sm.pca
# The following two lines should be commented out for CRAN release.
# sm, s, plot.pam, anova.pam, summary.pam, predict.pam,
# fitted.pam, residuals.pam
)
# These lines should be commented out for CRAN release.
# S3method("plot", "pam")
# S3method("anova", "pam")
# S3method("summary", "pam")
# S3method("predict", "pam")
# S3method("fitted", "pam")
# S3method("residuals", "pam")
importFrom("grDevices", "chull", "col2rgb", "contourLines", "rainbow",
"rgb", "topo.colors")
importFrom("graphics", "abline", "axis", "box", "contour",
"filled.contour", "image", "lines", "par", "persp", "plot",
"points", "polygon", "rect", "rug", "segments", "text",
"title")
importFrom("stats", "acf", "approxfun", "as.formula", "binomial", "df",
"dnorm", "fitted", "glm.fit", "model.matrix", "na.omit",
"nobs", "optim", "optimise", "pchisq", "poisson", "poly",
"qchisq", "quantile", "rbeta", "rbinom", "residuals",
"rgamma", "rpois", "sd", "terms", "uniroot", "var", "pf")
importFrom("utils", "menu")
# import(tcltk)
# import(tkrplot)
# import(rpanel)
# importFrom("rpanel", "rp.plot3d", "rp.do", "rp.tkrplot", "rp.tkrreplot",
# "rp.radiogroup", "rp.slider", "rp.checkbox", "rp.control")
# importFrom("tkrplot", "tkrplot", "tkrreplot")
|