]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
Proposal: new function autoformat() and xtable argument auto=TRUE/FALSE
[xtable.git] / pkg / NAMESPACE
1 importFrom("utils", toLatex)
2
3 export("caption<-", "caption", "label", "label<-",
4    "align<-", "align", "digits<-", "digits", "display<-",
5    "display", "xtable", "print.xtable", "toLatex.xtable",
6    "autoformat", "xalign", "xdigits", "xdisplay")
7
8 S3method("print", "xtable")
9 S3method("toLatex", "xtable")
10
11 S3method("caption<-", "xtable")
12 S3method("caption", "xtable")
13 S3method("label", "xtable")
14 S3method("label<-", "xtable")
15 S3method("align<-", "xtable")
16 S3method("align", "xtable")
17 S3method("digits", "xtable")
18 S3method("digits<-", "xtable")
19 S3method("display<-", "xtable")
20 S3method("display", "xtable")
21
22 S3method("xtable", "data.frame")
23 S3method("xtable", "matrix")
24 S3method("xtable", "table")
25 S3method("xtable", "anova")
26 S3method("xtable", "aov")
27 S3method("xtable", "summary.aov")
28 S3method("xtable", "summary.aovlist")
29 S3method("xtable", "aovlist")
30 S3method("xtable", "lm")
31 S3method("xtable", "summary.lm")
32 S3method("xtable", "glm")
33 S3method("xtable", "summary.glm")
34 S3method("xtable", "prcomp")
35 S3method("xtable", "summary.prcomp")
36 S3method("xtable", "coxph")
37 S3method("xtable", "ts")
38 S3method("xtable", "zoo")