]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
Applied patches supplied by Martin Gubri for spdep
[xtable.git] / pkg / NAMESPACE
1 importFrom("utils", "toLatex")
2 importFrom("stats", "anova", "as.ts", "cycle", "end", "frequency",
3            "na.omit", "pchisq", "start", "time")
4 importFrom("utils", "packageDescription")
5 export("caption<-", "caption", "label", "label<-",
6        "align<-", "align", "digits<-", "digits", "display<-",
7        "display", "xtable",
8        "xtableMatharray","xtableList", "xtableLSMeans",
9        "print.xtable", "print.xtableMatharray", "print.xtableList",
10        "xtableFtable", "print.xtableFtable",
11        "toLatex.xtable",
12        "autoformat", "xalign", "xdigits", "xdisplay",
13        "sanitize", "sanitize.numbers", "sanitize.final", "as.is", "as.math")
14
15 S3method("print", "xtable")
16 S3method("print", "xtableMatharray")
17 S3method("print", "xtableList")
18 S3method("print", "xtableFtable")
19 S3method("toLatex", "xtable")
20
21 S3method("caption<-", "xtable")
22 S3method("caption", "xtable")
23 S3method("label", "xtable")
24 S3method("label<-", "xtable")
25 S3method("align<-", "xtable")
26 S3method("align", "xtable")
27 S3method("digits", "xtable")
28 S3method("digits<-", "xtable")
29 S3method("display<-", "xtable")
30 S3method("display", "xtable")
31
32 S3method("xtable", "data.frame")
33 S3method("xtable", "matrix")
34 S3method("xtable", "table")
35 S3method("xtable", "anova")
36 S3method("xtable", "aov")
37 S3method("xtable", "summary.aov")
38 S3method("xtable", "summary.aovlist")
39 S3method("xtable", "aovlist")
40 S3method("xtable", "lm")
41 S3method("xtable", "summary.lm")
42 S3method("xtable", "glm")
43 S3method("xtable", "summary.glm")
44 S3method("xtable", "prcomp")
45 S3method("xtable", "summary.prcomp")
46 S3method("xtable", "coxph")
47 S3method("xtable", "ts")
48 S3method("xtable", "zoo")
49 S3method("xtable", "sarlm")
50 S3method("xtable", "summary.sarlm")
51 S3method("xtable", "gmsar")
52 S3method("xtable", "summary.gmsar")
53 S3method("xtable", "stsls")
54 S3method("xtable", "summary.stsls")
55 S3method("xtable", "sarlm.pred")
56 S3method("xtable", "lagImpact")
57 S3method("xtable", "splm")
58 S3method("xtable", "summary.splm")
59 S3method("xtable", "sphet")
60 S3method("xtable", "summary.sphet")
61 S3method("xtable", "spautolm")
62 S3method("xtable", "summary.spautolm")