]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
9daba6af9ee7062a489217c551de2e593b46ff77
[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        "format.ftable")
15
16 S3method("print", "xtable")
17 S3method("print", "xtableMatharray")
18 S3method("print", "xtableList")
19 S3method("print", "xtableFtable")
20 S3method("toLatex", "xtable")
21
22 S3method("caption<-", "xtable")
23 S3method("caption", "xtable")
24 S3method("label", "xtable")
25 S3method("label<-", "xtable")
26 S3method("align<-", "xtable")
27 S3method("align", "xtable")
28 S3method("digits", "xtable")
29 S3method("digits<-", "xtable")
30 S3method("display<-", "xtable")
31 S3method("display", "xtable")
32
33 S3method("format", "ftable")
34
35 S3method("xtable", "data.frame")
36 S3method("xtable", "matrix")
37 S3method("xtable", "table")
38 S3method("xtable", "anova")
39 S3method("xtable", "aov")
40 S3method("xtable", "summary.aov")
41 S3method("xtable", "summary.aovlist")
42 S3method("xtable", "aovlist")
43 S3method("xtable", "lm")
44 S3method("xtable", "summary.lm")
45 S3method("xtable", "glm")
46 S3method("xtable", "summary.glm")
47 S3method("xtable", "prcomp")
48 S3method("xtable", "summary.prcomp")
49 S3method("xtable", "coxph")
50 S3method("xtable", "ts")
51 S3method("xtable", "zoo")
52 S3method("xtable", "sarlm")
53 S3method("xtable", "summary.sarlm")
54 S3method("xtable", "gmsar")
55 S3method("xtable", "summary.gmsar")
56 S3method("xtable", "stsls")
57 S3method("xtable", "summary.stsls")
58 S3method("xtable", "sarlm.pred")
59 ###S3method("xtable", "lagImpact")
60 S3method("xtable", "splm")
61 S3method("xtable", "summary.splm")
62 S3method("xtable", "sphet")
63 S3method("xtable", "summary.sphet")
64 S3method("xtable", "spautolm")
65 S3method("xtable", "summary.spautolm")