]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
Added ability to produce mathematical arrays
[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    "print.xtable", "print.xtableMatharray","toLatex.xtable",
9    "autoformat", "xalign", "xdigits", "xdisplay")
10
11 S3method("print", "xtable")
12 S3method("print", "xtableMatharray")
13 S3method("toLatex", "xtable")
14
15 S3method("caption<-", "xtable")
16 S3method("caption", "xtable")
17 S3method("label", "xtable")
18 S3method("label<-", "xtable")
19 S3method("align<-", "xtable")
20 S3method("align", "xtable")
21 S3method("digits", "xtable")
22 S3method("digits<-", "xtable")
23 S3method("display<-", "xtable")
24 S3method("display", "xtable")
25
26 S3method("xtable", "data.frame")
27 S3method("xtable", "matrix")
28 S3method("xtable", "xtableMatharray")
29 S3method("xtable", "table")
30 S3method("xtable", "anova")
31 S3method("xtable", "aov")
32 S3method("xtable", "summary.aov")
33 S3method("xtable", "summary.aovlist")
34 S3method("xtable", "aovlist")
35 S3method("xtable", "lm")
36 S3method("xtable", "summary.lm")
37 S3method("xtable", "glm")
38 S3method("xtable", "summary.glm")
39 S3method("xtable", "prcomp")
40 S3method("xtable", "summary.prcomp")
41 S3method("xtable", "coxph")
42 S3method("xtable", "ts")
43 S3method("xtable", "zoo")